2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 16:31:21 +00:00

CCubeModel: Fix typo

This commit is contained in:
Phillip Stephens 2022-03-05 20:52:14 -08:00
parent 2bdfe96134
commit 7a61b6cf30
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D

View File

@ -91,7 +91,7 @@ public:
void DrawSurfaceWireframe(const CCubeSurface& surface);
void SetArraysCurrent();
void SetUsingPackedLightmaps(bool v);
bool AreaTexturesLoaded() const { return x40_24_texturesLoaded; }
bool AreTexturesLoaded() const { return x40_24_texturesLoaded; }
bool IsVisible() const { return x40_25_modelVisible; }
[[nodiscard]] CCubeSurface* GetFirstUnsortedSurface() { return x38_firstUnsortedSurf; }
[[nodiscard]] const CCubeSurface* GetFirstUnsortedSurface() const { return x38_firstUnsortedSurf; }