Errors are propagated to stdout again

This commit is contained in:
bart@bartbes.ath.cx
2010-02-16 16:42:33 +01:00
parent ae4e8ff0ea
commit 76984bbb1f
+3 -1
View File
@@ -754,8 +754,10 @@ end
function love.errhand(msg)
error_printer(msg)
if not love.graphics or not love.event or not love.graphics.isCreated() then
return error_printer(msg)
return
end
-- Load.