Drop DoConfig to 30FPS

It doesn't need to refresh *that* often...
This commit is contained in:
Clownacy 2020-11-03 20:23:00 +00:00
parent 6c1eb23fe1
commit a1d4d588a8

View file

@ -82,7 +82,7 @@ int main(int argc, char *argv[])
if (window != NULL)
{
glfwMakeContextCurrent(window);
glfwSwapInterval(1);
glfwSwapInterval(2);
if (gladLoadGLLoader((GLADloadproc)glfwGetProcAddress))
{