Disabled vsync

This commit is contained in:
Antoine Pilote
2023-07-05 09:57:30 -04:00
parent a7d4960d76
commit 817649c2d6

View File

@@ -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)