diff --git a/etc/boot.lua b/etc/boot.lua index f378e579..248ede35 100644 --- a/etc/boot.lua +++ b/etc/boot.lua @@ -147,7 +147,7 @@ function lovr.errhand(message) print(message) - if not lovr.graphics or not lovr.graphics.isInitialized() then + if not lovr.graphics then return function() return 1 end end