Match JFWSystem::init (#2972)

Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
This commit is contained in:
LagoLunatic
2025-12-19 20:25:09 -05:00
committed by GitHub
parent 811d9c0a8d
commit 0d25cfb3b4
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ public:
}
void setFont(JUTFont* p_font) {
mFont = p_font;
// Fakematch...? Fixes GCN but breaks Wii. TODO: Test after Wii flags are fixed.
p_font = mFont = p_font;
setFontSize(p_font->getWidth(), p_font->getHeight());
}