diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-08-03 11:36:13 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-08-03 11:36:13 -0700 |
| commit | 0f1eae56e97e20e25179d524f995de53269a66e2 (patch) | |
| tree | 4edaaa623fbfe51e29aba837bae8e07a885a7f4c /src/JSystem/J3DGraphAnimator/J3DModelData.cpp | |
| parent | caff8a8390ee3cfabece143bfcce15e941d5f54a (diff) | |
build fix
Diffstat (limited to 'src/JSystem/J3DGraphAnimator/J3DModelData.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphAnimator/J3DModelData.cpp | 2 |
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; |
