about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-01-01 09:34:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-01-01 09:34:36 -0800
commit10164d9e7e01d7616c828c6533f8a80a2354d437 (patch)
tree09cd0651b37dd1689339af534b5ee430ce7628f4
parentf8213d4a23beeeb363a4d7b15c552202f25e3e01 (diff)
parentfc86ecb69e7d0add33164341a03758c275d7252f (diff)
downloadview.love-10164d9e7e01d7616c828c6533f8a80a2354d437.tar.gz
Merge text.love
-rw-r--r--run.lua2
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