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

@@ -129,7 +129,6 @@ namespace Archimedes {
}
if(!handled) {
std::cout << "here?\n";
if(this->onEvent(*events.front())) {
Event* e = events.front();
events.pop_front();