diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2022-04-23 15:38:37 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2022-04-23 15:38:37 -0700 |
| commit | 5e47481d7ffb5f78073dbc06c7bafa20b97d492a (patch) | |
| tree | a848fb3713b4d943250eaa1b59013597354512f5 /include | |
| parent | 28b51b60108c23cbd98e53f5f857a563941b9320 (diff) | |
J3DSys::J3DSys
Diffstat (limited to 'include')
| -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; |
