From 7a61b6cf30152f3d20e03cb5212ee2f7f0845c05 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 5 Mar 2022 20:52:14 -0800 Subject: [PATCH] CCubeModel: Fix typo --- Runtime/Graphics/CCubeModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Graphics/CCubeModel.hpp b/Runtime/Graphics/CCubeModel.hpp index 97d3ce6b7..6ae1e89b0 100644 --- a/Runtime/Graphics/CCubeModel.hpp +++ b/Runtime/Graphics/CCubeModel.hpp @@ -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; }