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.
This commit is contained in:
Kartik K. Agaram 2023-12-29 15:16:57 -08:00
parent dad4b59ef5
commit 2ad6f1643e
1 changed files with 0 additions and 1 deletions

View File

@ -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