diff options
-rw-r--r-- | run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run.lua b/run.lua index e5bd087..996e48e 100644 --- a/run.lua +++ b/run.lua @@ -51,7 +51,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 |