diff --git a/Zframework/init.lua b/Zframework/init.lua index 78213706..e66c0fd7 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -382,7 +382,7 @@ function love.errorhandler(msg) love.audio.stop() gc.reset() - if LOADED and #ERRDATA<5 then + if LOADED and #ERRDATA<3 then BG.set("none") local scn=SCN and SCN.cur or"NULL" ERRDATA[#ERRDATA+1]={mes=err,scene=scn}