JFWSystem OK

This commit is contained in:
LagoLunatic
2026-04-02 19:33:38 -04:00
parent 4e7634a693
commit fb733364c8
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -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());
}