2
0
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:
Jack Andersen
2018-05-06 13:47:55 -10:00
parent f4f2278615
commit 9d25d44fe8
2 changed files with 3 additions and 2 deletions

View File

@@ -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;