fixup! After merge fixes

This commit is contained in:
2015-10-09 00:01:56 +02:00
parent db1baad3c1
commit 47493674a8
+1 -1
View File
@@ -216,7 +216,7 @@ private:
bool OnKeyDown(const Events::KeyDown& event)
{
if (Hidden()) {
return;
return false;
}
if (event.KeyCode == GLFW_KEY_SPACE) {