mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Disabled vsync
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user