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