This commit is contained in:
2025-04-20 12:42:40 -05:00
parent a39f43e439
commit c6fa731df0

View File

@@ -107,7 +107,7 @@ namespace Archimedes {
}
}
if(handled) {
if(!handled) {
std::cout << "Error: Unhandled Event: " << (std::string) *events.front() << std::endl;
}
handled = false;