diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 21:29:37 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 21:29:37 -0500 |
| commit | ec3f7f0198981e4ddbb6aaab68521396c0a6ca51 (patch) | |
| tree | 238297c7d9a0206ec952d47b88986ef6dde0c2b5 /src/JSystem/J2DGraph/J2DWindow.cpp | |
| parent | 1f8f630e2f497515a71e1c3a74c6e943c0ed8ef6 (diff) | |
misc minor cleanup (indentation, offset comments, etc)
Diffstat (limited to 'src/JSystem/J2DGraph/J2DWindow.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/JSystem/J2DGraph/J2DWindow.cpp b/src/JSystem/J2DGraph/J2DWindow.cpp index 1fe3460c..732e4da9 100644 --- a/src/JSystem/J2DGraph/J2DWindow.cpp +++ b/src/JSystem/J2DGraph/J2DWindow.cpp @@ -128,11 +128,11 @@ void J2DWindow::draw_private(const JGeometry::TBox2<f32>& frameBox, const JGeome f32 bottom = 1.0f + mpFrameTexture1->getHeight(); u16 s0, s1, t0, t1; - drawFrameTexture(mpFrameTexture1, 0.0f, 0.0f, + drawFrameTexture(mpFrameTexture1, 0.0f, 0.0f, (field_0x110 >> 7) & 1, (field_0x110 >> 6) & 1, true); - drawFrameTexture(mpFrameTexture2, right, 0.0f, - (field_0x110 >> 5) & 1, + drawFrameTexture(mpFrameTexture2, right, 0.0f, + (field_0x110 >> 5) & 1, (field_0x110 >> 4) & 1, (field_0x111 >> 0) & 1); s0 = ((field_0x110 >> 5) & 1) ? (u16)0x8000 : (u16)0; |
