diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-05 23:16:01 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-05 23:16:01 -0500 |
| commit | dcb86544a0b1add0d8336b35d9f0d111bcbf62ea (patch) | |
| tree | 6738e1cef0d26b6cd7ab910a7b39fbc2c64c37ec /include/JSystem/J3DGraphLoader | |
| parent | 8f04565452c98e79340ad55e025ab772ae977760 (diff) | |
J3DJointFactory done except weak functions
Diffstat (limited to 'include/JSystem/J3DGraphLoader')
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DJointFactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DJointFactory.h b/include/JSystem/J3DGraphLoader/J3DJointFactory.h index cd90b029..0b2d0c02 100644 --- a/include/JSystem/J3DGraphLoader/J3DJointFactory.h +++ b/include/JSystem/J3DGraphLoader/J3DJointFactory.h @@ -32,8 +32,8 @@ struct J3DJointFactory { J3DJointFactory(J3DJointBlock const&); J3DJoint* create(int); - J3DJointInitData* mJointInitData; - u16* mIndexTable; + /* 0x0 */ J3DJointInitData* mJointInitData; + /* 0x4 */ u16* mIndexTable; u16 getKind(int no) const { return mJointInitData[mIndexTable[no]].mKind; } u8 getScaleCompensate(int no) const { return mJointInitData[mIndexTable[no]].mScaleCompensate; } |
