From 442133fe7f629a825bbf30b05e29cc85b836c93c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 25 May 2022 13:35:32 -0700 Subject: no, make sure to compute line width after screen dimensions --- app.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app.lua') diff --git a/app.lua b/app.lua index ffcb30e..311be18 100644 --- a/app.lua +++ b/app.lua @@ -14,6 +14,7 @@ function love.run() -- Tests always run at the start. App.run_tests() +--? print('==') App.disable_tests() if App.initialize_globals then App.initialize_globals() end if App.initialize then App.initialize(love.arg.parseGameArguments(arg), arg) end @@ -42,7 +43,7 @@ function love.run() love.graphics.origin() love.graphics.clear(love.graphics.getBackgroundColor()) - if App.draw then App:draw() end + if App.draw then App.draw() end love.graphics.present() end -- cgit 1.4.1-2-gfad0