diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-11-19 04:13:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 18:13:35 -0800 |
| commit | 8a39ebfa8b8ecf4d5fa8006745ba7c31862c75a7 (patch) | |
| tree | af4a9613c73f7e3e409a14365696ba5af36c9ac7 /include/JSystem/J2DGraph | |
| parent | 158899a16d2798b20812c7751fe3d9bcda54d1b1 (diff) | |
fvb Matching (#2820)
* fvb Matching
* J2DScreen debug work
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPane.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h index 2ef48562d0..dccc76e448 100644 --- a/include/JSystem/J2DGraph/J2DPane.h +++ b/include/JSystem/J2DGraph/J2DPane.h @@ -211,7 +211,10 @@ public: /* 0xD8 */ f32 mTranslateY; /* 0xDC */ JSUTree<J2DPane> mPaneTree; /* 0xF8 */ const J2DAnmTransform* mTransform; + + #if !(PLATFORM_WII || PLATFORM_SHIELD) /* 0xFC */ u32 _fc; + #endif }; #endif /* J2DPANE_H */ |
