about summary refs log tree commit diff stats
path: root/app.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-12-03 13:01:49 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-12-03 13:01:49 -0800
commit67eb28ef1c5e7aaeeff540afcb1be00ae4aef239 (patch)
treee8672ff54c121985b2aaf0fbf7a2c209a2960150 /app.lua
parentdf2cfb820d23e7f5016c5b790d59d5732cb93308 (diff)
parentf6bc670ef689aa6485f3e3ad242efb5271b48f58 (diff)
downloadtext.love-67eb28ef1c5e7aaeeff540afcb1be00ae4aef239.tar.gz
Merge lines.love
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.lua b/app.lua
index 35350d4..e4b67cc 100644
--- a/app.lua
+++ b/app.lua
@@ -8,10 +8,10 @@
 --     and a source editor, while giving each the illusion of complete
 --     control.
 function love.run()
-  App.version_check()
   App.snapshot_love()
   -- Tests always run at the start.
   App.run_tests_and_initialize()
+  App.version_check()
 --?   print('==')
 
   love.timer.step()