From c6fa731df082bed14693826d9439d40d3e491856 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 20 Apr 2025 12:42:40 -0500 Subject: [PATCH] ! --- include/utils/App/App.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/App/App.h b/include/utils/App/App.h index d8a3b32..f061c1a 100644 --- a/include/utils/App/App.h +++ b/include/utils/App/App.h @@ -107,7 +107,7 @@ namespace Archimedes { } } - if(handled) { + if(!handled) { std::cout << "Error: Unhandled Event: " << (std::string) *events.front() << std::endl; } handled = false;