summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputmanager.cpp')
-rw-r--r--src/input/inputmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputmanager.cpp b/src/input/inputmanager.cpp
index 75656114f..c6e2b7091 100644
--- a/src/input/inputmanager.cpp
+++ b/src/input/inputmanager.cpp
@@ -602,8 +602,8 @@ bool InputManager::handleEvent(const SDL_Event &event)
{
if (triggerAction(joystick->getActionVector(event)))
{
- return true;
BLOCK_END("InputManager::handleEvent")
+ return true;
}
}
break;