diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-01-25 12:24:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 19:24:38 +0200 |
| commit | 4640b758c9cdb3772028bba345df635292133bf1 (patch) | |
| tree | 499f7faf0f491a2f7fb8f067abb353d14b975237 /include/JSystem/J3DGraphBase/J3DStruct.h | |
| parent | ba44ade90c3f04f5c163278fcadc4361c263acbb (diff) | |
d_a_obj_cdoor OK, d_a_obj_wchain mostly done, work on d_a_alink_wolf (#2047)
Diffstat (limited to 'include/JSystem/J3DGraphBase/J3DStruct.h')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DStruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DStruct.h b/include/JSystem/J3DGraphBase/J3DStruct.h index 06fb45e5b0..e0e23f6379 100644 --- a/include/JSystem/J3DGraphBase/J3DStruct.h +++ b/include/JSystem/J3DGraphBase/J3DStruct.h @@ -31,7 +31,7 @@ public: } /* 0x00 */ J3DLightInfo mInfo; - /* 0x34 */ u8 field_0x34[64]; + /* 0x34 */ GXLightObj mLightObj; }; // Size = 0x74 struct J3DTextureSRTInfo { |
