Skip to content

Commit 613ce2c

Browse files
committed
changed windowHint with this
1 parent 8d77960 commit 613ce2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/uno/glfw/glfw.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object glfw {
4646
context.version = version
4747
val v = version[0].parseInt() * 10 + version[1].parseInt()
4848
if (v >= 32) // The concept of a core profile does not exist prior to OpenGL 3.2
49-
windowHint.profile = profile
49+
this.profile = profile
5050
}
5151
}
5252

0 commit comments

Comments
 (0)