diff --git a/src/Main.hs b/src/Main.hs index 343bd32..9a89720 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -47,7 +47,7 @@ main = do { SDL.windowInitialSize = V2 800 600 , SDL.windowResizable = True , SDL.windowGraphicsContext = SDL.OpenGLContext SDL.defaultOpenGL - { SDL.glProfile = SDL.Core SDL.Normal 3 3 + { SDL.glProfile = SDL.Core SDL.Normal 4 0 } } , SDL.Windowed