mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Merge pull request #2904 from TheCycoONE/hotkey_fix
Fix misnamed function call loading font for hotkeys
This commit is contained in:
@@ -404,7 +404,7 @@ end
|
||||
function Graphics:loadMenuFont()
|
||||
local font
|
||||
if self.language_font then
|
||||
font = self:loadFontAndSpriteSheet("QData", "Font01V")
|
||||
font = self:loadFontAndSpriteTable("QData", "Font01V")
|
||||
else
|
||||
font = self:loadBuiltinFont()
|
||||
end
|
||||
|
Reference in New Issue
Block a user