handleEvents

This commit is contained in:
2025-04-17 17:54:47 -05:00
parent 799438ba3e
commit fa4bbbde0c

View File

@@ -13,6 +13,8 @@ void MinimalApp::run() {
modules[m]->run();
}
handleEvents();
for(std::string m : toClose) {
unload(m);
}