summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-04-02 19:33:38 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-04-02 19:33:38 -0400
commitfb733364c8a75fea61c7fd54e8a008bc52a32644 (patch)
tree4f29c80fb38b441e13f69052c32b01adfb173042 /include
parent4e7634a693d5fb641ecee69f09d331ace88b063f (diff)
JFWSystem OK
Diffstat (limited to 'include')
-rw-r--r--include/JSystem/JUtility/JUTConsole.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/JSystem/JUtility/JUTConsole.h b/include/JSystem/JUtility/JUTConsole.h
index ded3914a..22395067 100644
--- a/include/JSystem/JUtility/JUTConsole.h
+++ b/include/JSystem/JUtility/JUTConsole.h
@@ -54,7 +54,8 @@ public:
}
void setFont(JUTFont* p_font) {
- mFont = p_font;
+ // Fakematch...? Fixes GCN but breaks TP Wii. TODO: Test after TP Wii flags are fixed.
+ p_font = mFont = p_font;
setFontSize(p_font->getWidth(), p_font->getHeight());
}