fix: logo rendering order after closing host options (#907)

This commit is contained in:
Alezito2008 2026-03-12 09:52:09 -03:00 committed by GitHub
parent 1c32d7bc5d
commit e140978daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)