refactor Events

This commit is contained in:
A-Lex-Ra
2023-12-03 23:24:52 +06:00
parent ba83b27179
commit 911e828602
5 changed files with 120 additions and 109 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ void Engine::mainloop() {
Window::swapInterval(settings.display.swapInterval);
Window::swapBuffers();
Events::pullEvents();
Events::pollEvents();
}
}