diff options
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DSys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DSys.h b/include/JSystem/J3DGraphBase/J3DSys.h index 0903f674fa..c06c9a5777 100644 --- a/include/JSystem/J3DGraphBase/J3DSys.h +++ b/include/JSystem/J3DGraphBase/J3DSys.h @@ -47,7 +47,7 @@ struct J3DSys { /* 0x064 */ GXTexRegion mTexCacheRegion[8]; /* 0x0E4 */ u8 field_0xe4[0x20]; /* 0x104 */ Mtx* mModelDrawMtx; - /* 0x104 */ Mtx33* mModelNrmMtx; + /* 0x108 */ Mtx33* mModelNrmMtx; /* 0x10C */ void* mVtxPos; /* 0x110 */ void* mVtxNrm; /* 0x114 */ _GXColor* mVtxCol; @@ -123,7 +123,7 @@ struct J3DSys { static Mtx mCurrentMtx; static Vec mCurrentS; static Vec mParentS; - static u16 sTexCoordScaleTable[34]; + static u16 sTexCoordScaleTable[32]; }; extern J3DSys j3dSys; |
