fix stale comment

This commit is contained in:
Kartik K. Agaram 2023-01-01 09:14:08 -08:00
parent a9aa3436fa
commit d6f955f144
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ end
function run.load_settings() function run.load_settings()
love.graphics.setFont(love.graphics.newFont(Settings.font_height)) 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() App.screen.width, App.screen.height, App.screen.flags = love.window.getMode()
-- set up desired window dimensions -- set up desired window dimensions
App.screen.flags.resizable = true App.screen.flags.resizable = true