reenable vsync
This commit is contained in:
parent
aeb14c9a63
commit
067da35ada
@ -117,7 +117,7 @@ class StarboundClient : AutoCloseable {
|
||||
GLFW.glfwMakeContextCurrent(window)
|
||||
|
||||
// vsync
|
||||
GLFW.glfwSwapInterval(0)
|
||||
GLFW.glfwSwapInterval(1)
|
||||
|
||||
GLFW.glfwShowWindow(window)
|
||||
putDebugLog("Initialized GLFW window")
|
||||
|
Loading…
Reference in New Issue
Block a user