We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb02542 commit 3a580beCopy full SHA for 3a580be
1 file changed
video/video.go
@@ -71,8 +71,8 @@ func (video *Video) Reconfigure(fullscreen bool) {
71
72
// Configure instanciates the video package
73
func (video *Video) Configure(fullscreen bool) {
74
- glfw.WindowHint(glfw.ContextVersionMajor, 4)
75
- glfw.WindowHint(glfw.ContextVersionMinor, 1)
+ glfw.WindowHint(glfw.ContextVersionMajor, 3)
+ glfw.WindowHint(glfw.ContextVersionMinor, 2)
76
glfw.WindowHint(glfw.OpenGLProfile, glfw.OpenGLCoreProfile)
77
glfw.WindowHint(glfw.OpenGLForwardCompatible, glfw.True)
78
0 commit comments