make window size fix

This commit is contained in:
nek0 2021-01-11 08:22:07 +01:00
parent ecffdaf467
commit eecbe73893
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ main = do
[ ( 0
, SDL.defaultWindow
{ SDL.windowInitialSize = V2 800 600
, SDL.windowResizable = True
, SDL.windowResizable = False
, SDL.windowGraphicsContext = SDL.OpenGLContext SDL.defaultOpenGL
{ SDL.glProfile = SDL.Core SDL.Normal 4 0
}