mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed so input isn't processed when you have the menu or chat active
This commit is contained in:
parent
953b5492e1
commit
72ffd0ae8a
|
@ -2442,6 +2442,7 @@ void render_game()
|
||||||
}
|
}
|
||||||
|
|
||||||
// update some input
|
// update some input
|
||||||
|
if(!menu_active && chat_mode == CHATMODE_NONE)
|
||||||
{
|
{
|
||||||
if(!emoticon_selector_active)
|
if(!emoticon_selector_active)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue