Skip to content

Conversation

@KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Jun 10, 2024

Fixes #92976

Technically it causes unnecessary redraws when other settings change, but it's not really a problem.

@KoBeWi KoBeWi added this to the 4.3 milestone Jun 10, 2024
@KoBeWi KoBeWi requested a review from a team as a code owner June 10, 2024 17:15
@KoBeWi KoBeWi force-pushed the buy_a_new_camera_every_time_project_settings_change branch from d8134f5 to 3376f67 Compare June 10, 2024 20:21
Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

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

Tested locally, it works as expected.

If the project_settings_changed signal had an array of modified setting names, we could be more selective on this, but it'll do for now. This is effectively an editor-only change anyway, so runtime performance is unaffected.

@KoBeWi KoBeWi force-pushed the buy_a_new_camera_every_time_project_settings_change branch from 3376f67 to 9f7f180 Compare June 11, 2024 16:38
@akien-mga akien-mga merged commit b297234 into godotengine:master Jun 12, 2024
@akien-mga
Copy link
Member

Thanks!

@KoBeWi KoBeWi deleted the buy_a_new_camera_every_time_project_settings_change branch June 12, 2024 09:25
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.

Camera2D gizmo lines don't update after changing Viewport Width/Height in the Project Settings until the camera is modified or the scene is reloaded

3 participants