WindowModule should unload when no window exists during run

This commit is contained in:
2025-05-02 12:18:16 -05:00
parent 73ce460446
commit 047684c51b
4 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
void MinimalApp::run() {
for(std::string m : runOrder) {
std::cout << "onLoad: " << m << std::endl;
modules[m]->onLoad();
}