fixup! After merge fixes
This commit is contained in:
@@ -216,7 +216,7 @@ private:
|
||||
bool OnKeyDown(const Events::KeyDown& event)
|
||||
{
|
||||
if (Hidden()) {
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (event.KeyCode == GLFW_KEY_SPACE) {
|
||||
|
||||
Reference in New Issue
Block a user