fix: Hide components in UIScene_LceLiveInvites destructor

This commit is contained in:
veroxsity
2026-04-17 12:24:59 +01:00
parent d57816bff3
commit 384967a99a

View File

@@ -95,6 +95,8 @@ UIScene_LceLiveInvites::UIScene_LceLiveInvites(int iPad, void *initData, UILayer
UIScene_LceLiveInvites::~UIScene_LceLiveInvites()
{
m_parentLayer->showComponent(m_iPad, eUIComponent_Panorama, false);
m_parentLayer->showComponent(m_iPad, eUIComponent_Logo, false);
m_parentLayer->removeComponent(eUIComponent_Panorama);
m_parentLayer->removeComponent(eUIComponent_Logo);
}