handleEvents
This commit is contained in:
@@ -13,6 +13,8 @@ void MinimalApp::run() {
|
|||||||
modules[m]->run();
|
modules[m]->run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
handleEvents();
|
||||||
|
|
||||||
for(std::string m : toClose) {
|
for(std::string m : toClose) {
|
||||||
unload(m);
|
unload(m);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user