diff --git a/src/main/kotlin/ru/dbotthepony/kstarbound/client/StarboundClient.kt b/src/main/kotlin/ru/dbotthepony/kstarbound/client/StarboundClient.kt index 239a3c33..b999bebb 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/client/StarboundClient.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/client/StarboundClient.kt @@ -117,7 +117,7 @@ class StarboundClient : AutoCloseable { GLFW.glfwMakeContextCurrent(window) // vsync - GLFW.glfwSwapInterval(0) + GLFW.glfwSwapInterval(1) GLFW.glfwShowWindow(window) putDebugLog("Initialized GLFW window")