diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2021-12-06 22:02:10 +0100 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2021-12-06 22:02:10 +0100 |
| commit | 9b9dfca6573759276d91deef5f876a9a57ccc89e (patch) | |
| tree | 651ea14ebf5931cf1f222d36f3e548a8ecdfc7c6 /include/JSystem/J2DGraph | |
| parent | 9da2309be783fd453da060fd3fe1ccd5fbeba8a9 (diff) | |
fixes
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DGrafContext.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/JSystem/J2DGraph/J2DGrafContext.h b/include/JSystem/J2DGraph/J2DGrafContext.h index 3e6af36ad0..7d7efa7a65 100644 --- a/include/JSystem/J2DGraph/J2DGrafContext.h +++ b/include/JSystem/J2DGraph/J2DGrafContext.h @@ -38,10 +38,10 @@ public: protected: /* 0x04 */ JGeometry::TBox2<f32> mBounds; /* 0x14 */ JGeometry::TBox2<f32> mScissorBounds; - /* 0x24 */ JUtility::TColor field_0x24; - /* 0x28 */ JUtility::TColor field_0x28; - /* 0x2C */ JUtility::TColor field_0x2c; - /* 0x30 */ JUtility::TColor field_0x30; + /* 0x24 */ JUtility::TColor mColorTL; + /* 0x28 */ JUtility::TColor mColorTR; + /* 0x2C */ JUtility::TColor mColorBR; + /* 0x30 */ JUtility::TColor mColorBL; /* 0x34 */ u8 mLineWidth; /* 0x38 */ JGeometry::TVec2<f32> mPrevPos; /* 0x40 */ Mtx44 mMtx44; |
