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