WindowModule should unload when no window exists during run
This commit is contained in:
@@ -129,7 +129,6 @@ namespace Archimedes {
|
||||
}
|
||||
|
||||
if(!handled) {
|
||||
std::cout << "here?\n";
|
||||
if(this->onEvent(*events.front())) {
|
||||
Event* e = events.front();
|
||||
events.pop_front();
|
||||
|
||||
Reference in New Issue
Block a user