mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
CGuiFrame destructor fix
This commit is contained in:
@@ -23,6 +23,8 @@ class CGuiFrame
|
|||||||
{
|
{
|
||||||
friend class CGuiSys;
|
friend class CGuiSys;
|
||||||
private:
|
private:
|
||||||
|
std::vector<CGuiLight*> m_indexedLights;
|
||||||
|
|
||||||
CAssetId x0_id;
|
CAssetId x0_id;
|
||||||
u32 x4_ = 0;
|
u32 x4_ = 0;
|
||||||
CGuiSys& x8_guiSys;
|
CGuiSys& x8_guiSys;
|
||||||
@@ -32,7 +34,6 @@ private:
|
|||||||
CGuiWidgetIdDB x18_idDB;
|
CGuiWidgetIdDB x18_idDB;
|
||||||
std::vector<std::shared_ptr<CGuiWidget>> x2c_widgets;
|
std::vector<std::shared_ptr<CGuiWidget>> x2c_widgets;
|
||||||
std::vector<std::shared_ptr<CGuiLight>> x3c_lights;
|
std::vector<std::shared_ptr<CGuiLight>> x3c_lights;
|
||||||
std::vector<CGuiLight*> m_indexedLights;
|
|
||||||
int x4c_a;
|
int x4c_a;
|
||||||
int x50_b;
|
int x50_b;
|
||||||
int x54_c;
|
int x54_c;
|
||||||
|
|||||||
2
hecl-gui
2
hecl-gui
Submodule hecl-gui updated: c399c23424...53a4334b23
Reference in New Issue
Block a user