summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authormattias-blum <142374929+mattias-blum@users.noreply.github.com>2025-05-06 01:35:53 -0400
committermattias-blum <142374929+mattias-blum@users.noreply.github.com>2025-05-06 01:35:53 -0400
commitea930e97d84fec2a4fd2377b59414449ba38403f (patch)
treec887873b8c726cc6da9725b78e92623e872d0675 /include/JSystem/J2DGraph
parentc033afc1f06569638db6a3defd0ca8849f1d50f7 (diff)
initial progress
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DTextBox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DTextBox.h b/include/JSystem/J2DGraph/J2DTextBox.h
index c7e778a2..06786acb 100644
--- a/include/JSystem/J2DGraph/J2DTextBox.h
+++ b/include/JSystem/J2DGraph/J2DTextBox.h
@@ -52,7 +52,8 @@ public:
void setCharColor(JUtility::TColor c) { mCharColor.set(c); }
void setGradColor(JUtility::TColor c) { mGradColor.set(c); }
void setBlack(JUtility::TColor c) { mBlack = c; }
- void setWhite(JUtility::TColor c) { mBlack = c; }
+ void setWhite(JUtility::TColor c) { mWhite = c; }
+
void setLineSpace(f32 x) { mLineSpace = x; }
f32 getLineSpace() const { return mLineSpace; }
f32 getCharSpace() const { return mCharSpace; }