mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
Match JFWSystem::init (#2972)
Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user