about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--run.lua2
1 files changed, 1 insertions, 1 deletions
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