make window size fix

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

View File

@ -46,7 +46,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
}