From 817649c2d66de814c39be1a90f8590f929603801 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Wed, 5 Jul 2023 09:57:30 -0400 Subject: [PATCH] Disabled vsync --- Nuake/src/Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nuake/src/Window.cpp b/Nuake/src/Window.cpp index c4c667e3..e54adcff 100644 --- a/Nuake/src/Window.cpp +++ b/Nuake/src/Window.cpp @@ -128,7 +128,7 @@ namespace Nuake { stbi_image_free(images[0].pixels); glfwMakeContextCurrent(m_Window); - + glfwSwapInterval(0); Logger::Log((char*)glGetString(GL_VERSION)); if (glewInit() != GLEW_OK)