Add Menu Background and Logo component to Pause Menu.

This commit is contained in:
GabsPuNs
2026-06-18 22:41:49 -04:00
parent aa2e1b9901
commit d34ff23292

View File

@@ -52,7 +52,9 @@ UIScene_PauseMenu::UIScene_PauseMenu(int iPad, void *initData, UILayer *parentLa
ui.HidePressStart();
// parentLayer->addComponent(iPad,eUIComponent_Logo);
m_parentLayer->showComponent(m_iPad, eUIComponent_Panorama, false);
m_parentLayer->showComponent(m_iPad, eUIComponent_MenuBackground, true);
m_parentLayer->showComponent(m_iPad, eUIComponent_Logo, true);
if (g_NetworkManager.IsLocalGame() && g_NetworkManager.GetPlayerCount() == 1)
app.SetXuiServerAction(ProfileManager.GetPrimaryPad(), eXuiServerAction_PauseServer, (void*)TRUE);