summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-02-20 03:05:23 -0800
committerGitHub <noreply@github.com>2026-02-20 03:05:23 -0800
commit2113d9044b9beb0fedca17f977f2bb571c50c302 (patch)
treed9587a03e3fb6e441cb933af41ad36c3b6eb1cd2 /include/JSystem/J3DGraphAnimator
parent803bc041c7e228e2b7c88afd1121550e51db3f82 (diff)
d_resorce debug (#3105)
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DAnimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
index f38c79ef9a..596e5a36e7 100644
--- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h
+++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
@@ -536,7 +536,7 @@ public:
virtual ~J3DAnmTransformKey() {}
virtual s32 getKind() const { return 8; }
virtual void getTransform(u16 jointNo, J3DTransformInfo* pTransform) const {
- calcTransform(mFrame, jointNo, pTransform);
+ calcTransform(getFrame(), jointNo, pTransform);
}
/* 0x20 */ int mDecShift;