mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix ingame menu buttons when mouse is held and released ingame
This commit is contained in:
parent
309d18a3bf
commit
a0a0fa1322
|
@ -2542,6 +2542,7 @@ void CMenus::OnRender()
|
|||
m_EnterPressed = false;
|
||||
m_DeletePressed = false;
|
||||
m_NumInputEvents = 0;
|
||||
UI()->FinishCheck();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue