about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-01-01 09:34:15 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-01-01 09:34:15 -0800
commitfc86ecb69e7d0add33164341a03758c275d7252f (patch)
tree85499a92e7272fa5aa6e7adb253dd992d8097fa5
parent4d561e22948047beac7ceaf7dca89eb1d9ee5a31 (diff)
parentd6f955f144f97559958388b6d501e0904d27d10b (diff)
downloadtext.love-fc86ecb69e7d0add33164341a03758c275d7252f.tar.gz
Merge lines.love
-rw-r--r--run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.lua b/run.lua
index 77ef241..1f7126f 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