From 69f38b0e3e3ddbcbb2df4054443702edf85f17b8 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Sun, 25 Sep 2022 15:36:47 +0300 Subject: [PATCH] fix bitmaptext font stuff --- main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.xml b/main.xml index 13003bf..c91559c 100644 --- a/main.xml +++ b/main.xml @@ -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)