aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlezito2008 <92759854+Alezito2008@users.noreply.github.com>2026-03-12 09:52:09 -0300
committerGitHub <noreply@github.com>2026-03-12 12:52:09 +0000
commite140978daf841592e2f826f824585f985a9c0310 (patch)
tree627bf89e1edaa5e7192c32f400d7eec3680e58e2
parent1c32d7bc5d5c7e728b106eb267d65043eede6271 (diff)
fix: logo rendering order after closing host options (#907)
-rw-r--r--Minecraft.Client/Common/UI/UIScene_InGameInfoMenu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Minecraft.Client/Common/UI/UIScene_InGameInfoMenu.cpp b/Minecraft.Client/Common/UI/UIScene_InGameInfoMenu.cpp
index 7fc3d035..338d1905 100644
--- a/Minecraft.Client/Common/UI/UIScene_InGameInfoMenu.cpp
+++ b/Minecraft.Client/Common/UI/UIScene_InGameInfoMenu.cpp
@@ -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)