diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-21 08:51:00 -0800 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-22 20:42:07 -0800 |
| commit | a2e538036f55570f8b9edf5f11c8402a9baaae69 (patch) | |
| tree | d836c853a645bfaaf01e92f24301e8a41dce47fe /src/JSystem/J3DGraphAnimator/J3DModelData.cpp | |
| parent | 8a660c0a6780015ae74d0484594d87100c16d1ab (diff) | |
fix inline/member name
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 46191fc5..002275c8 100644 --- a/src/JSystem/J3DGraphAnimator/J3DModelData.cpp +++ b/src/JSystem/J3DGraphAnimator/J3DModelData.cpp @@ -20,7 +20,7 @@ void J3DJointTree::clear() { field_0x40 = NULL; mWEvlpMtxNum = 0; mWEvlpMixMtxNum = NULL; - mWEvlpMixIndex = NULL; + mWEvlpMixMtxIndex = NULL; mWEvlpMixWeight = NULL; mInvJointMtx = NULL; mJointName = NULL; |
