From d6f955f144f97559958388b6d501e0904d27d10b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 1 Jan 2023 09:14:08 -0800 Subject: [PATCH] fix stale comment --- run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.lua b/run.lua index 0bbcdc7..2284c4f 100644 --- a/run.lua +++ b/run.lua @@ -55,7 +55,7 @@ end function run.load_settings() love.graphics.setFont(love.graphics.newFont(Settings.font_height)) - -- maximize window to determine maximum allowable dimensions + -- determine default dimensions and flags App.screen.width, App.screen.height, App.screen.flags = love.window.getMode() -- set up desired window dimensions App.screen.flags.resizable = true