mirror of https://github.com/AxioDL/metaforce.git
CGuiFrame destructor fix
This commit is contained in:
parent
f4f2278615
commit
9d25d44fe8
|
@ -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
|
@ -1 +1 @@
|
||||||
Subproject commit c399c23424233da18850fd386917b2de031a6cd6
|
Subproject commit 53a4334b239e7653536e8663880a79660c93ebb6
|
Loading…
Reference in New Issue