Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Camera3D.current from being set to true automatically in the editor. #85594

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

addmix
Copy link
Contributor

@addmix addmix commented Dec 1, 2023

Fixes #85593

@AThousandShips
Copy link
Member

Please update your commit message to be more informative, the title of the PR would be good

@RedMser
Copy link
Contributor

RedMser commented Dec 1, 2023

Would the same fix need to be done for Camera2D? It also has "assign next camera as current" logic, looking at its code.

@YuriSizov YuriSizov requested a review from KoBeWi December 1, 2023 17:06
@addmix
Copy link
Contributor Author

addmix commented Dec 1, 2023

Would the same fix need to be done for Camera2D? It also has "assign next camera as current" logic, looking at its code.

I gave Camera2D a quick look, and I don't believe it needs the same fix, as Camera2D doesn't have the current property.

Copy link
Member

@KoBeWi KoBeWi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, Camera2D doesn't need it. The logic is a bit different.

@YuriSizov YuriSizov merged commit 252c462 into godotengine:master Dec 19, 2023
15 checks passed
@YuriSizov
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Camera3D.current is set to true when setting Camera3D.current to false on another node
5 participants