d_resorce debug (#3105)

This commit is contained in:
Jcw87
2026-02-20 03:05:23 -08:00
committed by GitHub
parent 803bc041c7
commit 2113d9044b
21 changed files with 416 additions and 361 deletions
@@ -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;