mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-22 08:11:09 +05:00
fix: logo rendering order after closing host options (#907)
This commit is contained in:
@@ -150,8 +150,6 @@ void UIScene_InGameInfoMenu::updateTooltips()
|
||||
void UIScene_InGameInfoMenu::handleDestroy()
|
||||
{
|
||||
g_NetworkManager.UnRegisterPlayerChangedCallback(m_iPad, &UIScene_InGameInfoMenu::OnPlayerChanged, this);
|
||||
|
||||
m_parentLayer->removeComponent(eUIComponent_MenuBackground);
|
||||
}
|
||||
|
||||
void UIScene_InGameInfoMenu::handleGainFocus(bool navBack)
|
||||
|
||||
Reference in New Issue
Block a user