mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 06:25:15 -04:00
d_resorce debug (#3105)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user