diff --git a/etc/boot.lua b/etc/boot.lua index a7727abb..1232e774 100644 --- a/etc/boot.lua +++ b/etc/boot.lua @@ -76,7 +76,7 @@ function lovr.boot() 'usage: lovr ', ' can be a Lua file, a folder with a main.lua file, or a zip archive' }, '\n')) - return 1 + return 0 end end end