mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 12:23:05 +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()
|
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
|
||||||
|
Reference in New Issue
Block a user