mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Minor fix
This commit is contained in:
parent
cf89fcd7a6
commit
c1eb944057
|
@ -1135,7 +1135,7 @@ int CMenus::Render()
|
|||
if(DoButton_Menu(&s_ButtonTryAgain, Localize("Yes"), 0, &Yes) || m_EnterPressed)
|
||||
Client()->Quit();
|
||||
}
|
||||
if(m_Popup == POPUP_DISCONNECT)
|
||||
else if(m_Popup == POPUP_DISCONNECT)
|
||||
{
|
||||
CUIRect Yes, No;
|
||||
Box.HSplitBottom(20.f, &Box, &Part);
|
||||
|
|
Loading…
Reference in a new issue