summaryrefslogtreecommitdiff
path: root/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-10-10 13:40:37 -0700
committerGitHub <noreply@github.com>2023-10-10 23:40:37 +0300
commit3fa422caac37ca8777c57d8451cdf889a1d850d2 (patch)
tree4bf9fe0501b03a7743cff28970def131e6ebf0e2 /libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp
parenta64921a5196c1bff0f2a2d1a697db0fa1b882f6e (diff)
m_Do_ext (#1958)
Diffstat (limited to 'libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp')
-rw-r--r--libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp b/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp
index 41b921d782..f2a6d16ef5 100644
--- a/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp
+++ b/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp
@@ -122,7 +122,7 @@ void J3DJointTree::findImportantMtxIndex() {
/* 80325CAC-80325D1C 3205EC 0070+00 1/0 0/0 0/0 .text
* calc__12J3DJointTreeFP12J3DMtxBufferRC3VecRA3_A4_Cf */
void J3DJointTree::calc(J3DMtxBuffer* pMtxBuffer, Vec const& scale, f32 const (&mtx)[3][4]) {
- getBasicMtxCalc()->init(scale, (Mtx*)mtx);
+ getBasicMtxCalc()->init(scale, mtx);
J3DMtxCalc::setMtxBuffer(pMtxBuffer);
J3DJoint* root = getRootNode();