Fixefixed regular font not applying

This commit is contained in:
lustlion 2022-02-03 07:12:24 +01:00
parent 2703371434
commit 6dedd42308
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
LocaleFont = love.graphics.newFont("assets/ui/fonts/heon.ttf",14)
LocaleFont = love.graphics.getFont()
Locale = {}
Locale.ui = {}