We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d77960 commit 613ce2cCopy full SHA for 613ce2c
src/main/kotlin/uno/glfw/glfw.kt
@@ -46,7 +46,7 @@ object glfw {
46
context.version = version
47
val v = version[0].parseInt() * 10 + version[1].parseInt()
48
if (v >= 32) // The concept of a core profile does not exist prior to OpenGL 3.2
49
- windowHint.profile = profile
+ this.profile = profile
50
}
51
52
0 commit comments