fix bitmaptext font stuff

This commit is contained in:
Jill 2022-09-25 15:36:47 +03:00
parent 92aa7f33b3
commit 69f38b0e3e
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@
local actor = createProxyActor('BitmapText')
table.insert(actorQueue, {
type = 'BitmapText',
font = font and (oat.dir .. font) or 'common',
font = font or 'common',
init = function(a)
if text then a:settext(text) end
actor.__lock(a)