summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2024-08-03 11:36:13 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2024-08-03 11:36:13 -0700
commit0f1eae56e97e20e25179d524f995de53269a66e2 (patch)
tree4edaaa623fbfe51e29aba837bae8e07a885a7f4c /src/JSystem/J3DGraphAnimator/J3DModelData.cpp
parentcaff8a8390ee3cfabece143bfcce15e941d5f54a (diff)
build fix
Diffstat (limited to 'src/JSystem/J3DGraphAnimator/J3DModelData.cpp')
-rw-r--r--src/JSystem/J3DGraphAnimator/J3DModelData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J3DGraphAnimator/J3DModelData.cpp b/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
index 002275c8..8a6fa2c0 100644
--- a/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
+++ b/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
@@ -93,7 +93,7 @@ void J3DJointTree::makeHierarchy(J3DNode* pRootNode, const J3DModelHierarchy** p
/* 802ED108-802ED130 .text clear__12J3DModelDataFv */
void J3DModelData::clear() {
- mpRawData = NULL;
+ mBinary = NULL;
mFlags = 0;
mbHasBumpArray = 0;
mbHasBillboard = 0;