From 5d728573cdc1557ee0c5735051b572f60e5068c2 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 1 Apr 2021 12:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E8=BF=9E=E7=BB=AD=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=99=90=E5=88=B6=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}