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

Fix Camera2D crashes #72550

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Feb 1, 2023

Fixes #72529
The camera was doing call_group() after getting de-assigned, which assigned it again just before freeing 🙃

Fixes #72534
Camera could be made active inside editor, which led to bugs.

I also fixed some weird code style in viewport.

@KoBeWi KoBeWi added this to the 4.0 milestone Feb 1, 2023
@KoBeWi KoBeWi requested review from a team as code owners February 1, 2023 22:54
@akien-mga
Copy link
Member

Thanks!

@Cronos87
Copy link

Cronos87 commented Feb 2, 2023

Thank you!

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