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

Remove double is_editor_hint() check inside NOTIFICATION_READY for Camera2D node #99664

Merged

Conversation

arkology
Copy link
Contributor

Engine::get_singleton()->is_editor_hint() is already a part of is_part_of_edited_scene() function, no need to call it twice.

…r `Camera2D` node

`Engine::get_singleton()->is_editor_hint()` is already a part of `is_part_of_edited_scene()` function.
@arkology arkology requested a review from a team as a code owner November 25, 2024 06:38
@Chaosus Chaosus added this to the 4.4 milestone Nov 25, 2024
@AThousandShips AThousandShips modified the milestones: 4.4, 4.x Nov 25, 2024
@akien-mga akien-mga modified the milestones: 4.x, 4.4 Nov 28, 2024
@akien-mga akien-mga merged commit c1fb342 into godotengine:master Nov 29, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@arkology arkology deleted the camera2d_double_is_editor_hint_check branch November 30, 2024 08:02
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.

5 participants