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

Use GLOBAL_GET for window_{height,width}_override #92075

Merged
merged 1 commit into from
May 18, 2024

Conversation

autoit4you
Copy link
Contributor

Before ProjectSettings::get was used, resulting in ignoring feature tag overrides for display/window/size/window_width_override and display/window/size/window_height_override.

Fixes #92062

Before ProjectSettings::get was used, resulting in ignoring
feature tag overrides for display/window/size/window_width_override
and display/window/size/window_height_override.

Fixes godotengine#92062
@autoit4you autoit4you requested a review from a team as a code owner May 18, 2024 10:03
@AThousandShips AThousandShips added this to the 4.3 milestone May 18, 2024
@akien-mga akien-mga changed the title Use GLOBAL_GET for window_{height,width}_override Use GLOBAL_GET for window_{height,width}_override May 18, 2024
@akien-mga akien-mga merged commit f58a96c into godotengine:master May 18, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

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.

Feature tags don't override display/window/size/window_{height,width}_override
3 participants