diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2026-02-20 03:05:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-20 03:05:23 -0800 |
| commit | 2113d9044b9beb0fedca17f977f2bb571c50c302 (patch) | |
| tree | d9587a03e3fb6e441cb933af41ad36c3b6eb1cd2 /include/JSystem/J3DGraphAnimator | |
| parent | 803bc041c7e228e2b7c88afd1121550e51db3f82 (diff) | |
d_resorce debug (#3105)
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DAnimation.h | 2 |
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; |
