Fix chat console not working anymore
This commit is contained in:
@@ -266,7 +266,6 @@ class MyEventReceiver : public IEventReceiver
|
||||
} else {
|
||||
keyIsDown.unset(event.KeyInput);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
if(event.EventType == irr::EET_MOUSE_INPUT_EVENT)
|
||||
@@ -305,7 +304,7 @@ class MyEventReceiver : public IEventReceiver
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* always return false in order to continue processing events */
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user