Merge pull request #2904 from TheCycoONE/hotkey_fix

Fix misnamed function call loading font for hotkeys
This commit is contained in:
Stephen E. Baker
2025-06-08 18:23:29 -04:00
committed by GitHub

View File

@@ -404,7 +404,7 @@ end
function Graphics:loadMenuFont() function Graphics:loadMenuFont()
local font local font
if self.language_font then if self.language_font then
font = self:loadFontAndSpriteSheet("QData", "Font01V") font = self:loadFontAndSpriteTable("QData", "Font01V")
else else
font = self:loadBuiltinFont() font = self:loadBuiltinFont()
end end