summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 376ce2ae2..ddd55d1a4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -266,7 +266,6 @@ public:
} else {
keyIsDown.unset(event.KeyInput);
}
- return true;
}
if(event.EventType == irr::EET_MOUSE_INPUT_EVENT)
@@ -305,7 +304,7 @@ public:
}
}
}
-
+ /* always return false in order to continue processing events */
return false;
}