errhand doesn't use lovr.graphics.isInitialized;

This commit is contained in:
bjorn 2023-11-06 15:52:44 -08:00
parent 8ed5572b0e
commit 8d58ad8533
1 changed files with 1 additions and 1 deletions

View File

@ -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