Calinou / godot-sponza

Sponza demo for Godot 3.x (`master` branch) and 4 (`4.0-dev` branch)
MIT License
158 stars 20 forks source link

Disable auto-maximized window if windows size > screen size #68

Closed akien-mga closed 6 years ago

akien-mga commented 6 years ago

Apparently when you have a window size bigger than the system's screen size, Godot automatically defines maximized mode (at least on X11), so we need to correct that when changing size.

This behaviour should maybe be made optional in Godot FWIW.