diff options
| author | jdflyer <jdflyer10@gmail.com> | 2024-03-15 01:35:29 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 00:35:29 -0700 |
| commit | df77eae2b31e75ae139191a08243a2fb49e21551 (patch) | |
| tree | 591c41de73470f9252df222a8086a160c529808b /include/JSystem/J2DGraph | |
| parent | 75dcb319802e1b8e2ac317952c5d1bb3364894e8 (diff) | |
Fix make game (#2097)
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DMaterialFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DMaterialFactory.h b/include/JSystem/J2DGraph/J2DMaterialFactory.h index 22d3702e74..02936b0ad2 100644 --- a/include/JSystem/J2DGraph/J2DMaterialFactory.h +++ b/include/JSystem/J2DGraph/J2DMaterialFactory.h @@ -142,7 +142,7 @@ private: /* 0x2C */ u16* field_0x2c; /* 0x30 */ _GXCullMode* field_0x30; /* 0x34 */ J2DTevOrderInfo* field_0x34; - /* 0x38 */ J2DGXColorS10* field_0x38; + /* 0x38 */ _GXColorS10* field_0x38; /* 0x3C */ GXColor* field_0x3c; /* 0x40 */ u8* field_0x40; /* 0x44 */ J2DTevStageInfo* field_0x44; |
