diff --git a/etc/boot.lua b/etc/boot.lua index 398ef7d6..2905bada 100644 --- a/etc/boot.lua +++ b/etc/boot.lua @@ -68,7 +68,7 @@ function lovr.boot() if hasConf then confOk, confError = pcall(require, 'conf') end if confOk and lovr.conf then confOk, confError = pcall(lovr.conf, conf) end - conf.graphics.debug = arg['--graphics-debug'] + conf.graphics.debug = arg['--graphics-debug'] or conf.graphics.debug lovr._setConf(conf) lovr.filesystem.setIdentity(conf.identity, conf.saveprecedence)