From 2ad6f1643ef3a6940246dc4c10ab31d1b09b67c5 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 29 Dec 2023 15:16:57 -0800 Subject: [PATCH] bugfix scenario: delete config from save dir run the app quit run the app again After the stupid typo in the previous commit the app was stuck emitting errors during the second run. --- main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/main.lua b/main.lua index 869ce04..15f565b 100644 --- a/main.lua +++ b/main.lua @@ -104,7 +104,6 @@ end function load_settings() local settings = json.decode(love.filesystem.read('config')) - love.graphics.setFont(love.graphics.newFont(font_height)) -- set up desired window dimensions and make window resizable _, _, App.screen.flags = App.screen.size() App.screen.flags.resizable = true