You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the game calls SDL_SetWindowSize every time the window is resized, in an attempt to limit the minimum window size.
On some desktop environments this makes the window impossible to resize (or on gnome, makes it explode in size). SDL_SetWindowMinimumSize should be used during the initialization instead.
The text was updated successfully, but these errors were encountered:
Currently, the game calls
SDL_SetWindowSize
every time the window is resized, in an attempt to limit the minimum window size.On some desktop environments this makes the window impossible to resize (or on gnome, makes it explode in size).
SDL_SetWindowMinimumSize
should be used during the initialization instead.The text was updated successfully, but these errors were encountered: