Fix chat console not working anymore

This commit is contained in:
sapier 2014-04-20 10:55:08 +02:00
parent fec1fa51e0
commit 5b1bd2fb47
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}