mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +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
|
||||
if(!menu_active && chat_mode == CHATMODE_NONE)
|
||||
{
|
||||
if(!emoticon_selector_active)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue