unsegfault

This commit is contained in:
2025-05-05 16:30:35 -05:00
parent 03213c2c15
commit 62b7618ff4
5 changed files with 8 additions and 9 deletions

View File

@@ -3,9 +3,11 @@
void MinimalApp::run() {
for(std::string m : runOrder) {
std::cout << "load" << m << std::endl;
modules[m]->onLoad();
}
// Main loop
while (!done && !runOrder.empty()) {