make window size fix
This commit is contained in:
parent
430e2fff14
commit
3b3b9822f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue