Small fix
This commit is contained in:
parent
a1e3706c8f
commit
3f9e36e682
@ -116,10 +116,8 @@ void Engine::mainloop() {
|
||||
Window::swapInterval(settings.display.swapInterval);
|
||||
} else {
|
||||
Window::swapInterval(1);
|
||||
Window::swapBuffers();
|
||||
}
|
||||
|
||||
Window::swapBuffers();
|
||||
Window::swapBuffers();
|
||||
Events::pollEvents();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user