mirror of
https://forge.banditvault.co.uk/racoon/MinecraftConsoles.git
synced 2026-05-22 01:14:54 +00:00
fix: Hide components in UIScene_LceLiveInvites destructor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user