post-runnables

This commit is contained in:
MihailRis
2024-03-21 01:40:07 +03:00
parent a94f949be6
commit c7bc4bb463
4 changed files with 24 additions and 0 deletions
+1
View File
@@ -170,6 +170,7 @@ void Engine::mainloop() {
postRunnables.front()();
postRunnables.pop();
}
scripting::process_post_runnables();
Window::swapBuffers();
Events::pollEvents();