mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix chat console not working anymore
This commit is contained in:
parent
fec1fa51e0
commit
5b1bd2fb47
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue