summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/input/inputEventHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputEventHandler.h b/src/input/inputEventHandler.h
index 11e2f4e..a2e943e 100644
--- a/src/input/inputEventHandler.h
+++ b/src/input/inputEventHandler.h
@@ -309,7 +309,7 @@ public:
switch(i.next()->handle(event, context))
{
case InputEventHandlerBase::HANDLER_MATCHED:
- break;
+ return;
case InputEventHandlerBase::HANDLER_NOT_ALLOWED:
context->hasBeenDenied = true;
case InputEventHandlerBase::HANDLER_NOT_APPLICABLE: