mirror of https://github.com/AxioDL/metaforce.git
CCubeModel: Fix typo
This commit is contained in:
parent
2bdfe96134
commit
7a61b6cf30
|
@ -91,7 +91,7 @@ public:
|
||||||
void DrawSurfaceWireframe(const CCubeSurface& surface);
|
void DrawSurfaceWireframe(const CCubeSurface& surface);
|
||||||
void SetArraysCurrent();
|
void SetArraysCurrent();
|
||||||
void SetUsingPackedLightmaps(bool v);
|
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; }
|
bool IsVisible() const { return x40_25_modelVisible; }
|
||||||
[[nodiscard]] CCubeSurface* GetFirstUnsortedSurface() { return x38_firstUnsortedSurf; }
|
[[nodiscard]] CCubeSurface* GetFirstUnsortedSurface() { return x38_firstUnsortedSurf; }
|
||||||
[[nodiscard]] const CCubeSurface* GetFirstUnsortedSurface() const { return x38_firstUnsortedSurf; }
|
[[nodiscard]] const CCubeSurface* GetFirstUnsortedSurface() const { return x38_firstUnsortedSurf; }
|
||||||
|
|
Loading…
Reference in New Issue