mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 18:13:46 +01:00
Fix chat console not working anymore
This commit is contained in:
parent
fec1fa51e0
commit
5b1bd2fb47
@ -266,7 +266,6 @@ public:
|
|||||||
} else {
|
} else {
|
||||||
keyIsDown.unset(event.KeyInput);
|
keyIsDown.unset(event.KeyInput);
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(event.EventType == irr::EET_MOUSE_INPUT_EVENT)
|
if(event.EventType == irr::EET_MOUSE_INPUT_EVENT)
|
||||||
@ -305,7 +304,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* always return false in order to continue processing events */
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user