reenable vsync

This commit is contained in:
DBotThePony 2022-07-28 00:48:54 +07:00
parent aeb14c9a63
commit 067da35ada
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -117,7 +117,7 @@ class StarboundClient : AutoCloseable {
GLFW.glfwMakeContextCurrent(window)
// vsync
GLFW.glfwSwapInterval(0)
GLFW.glfwSwapInterval(1)
GLFW.glfwShowWindow(window)
putDebugLog("Initialized GLFW window")