2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 15:41:48 +00:00

CGuiWidget: Make GetIsFinishedLoading non-const

This commit is contained in:
2020-03-25 01:54:19 -04:00
parent 40fc3f9dd8
commit 3734a09ed3
4 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ public:
void SetColor(const zeus::CColor& color);
void InitializeRGBAFactor();
CGuiWidget* FindWidget(s16 id);
bool GetIsFinishedLoading() const;
bool GetIsFinishedLoading();
void DispatchInitialize();
void SetDepthGreater(bool v) { xb6_30_depthGreater = v; }
void SetDepthTest(bool v) { xb6_31_depthTest = v; }