mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 12:23:05 +02:00
Fix misnamed function call
Fixes #2903 I had renamed loadFontAndSpriteTable from loadFontAndSpriteSheet but missed a spot.
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