From 5c1807c5f5bb0698aa4e0b0a55b7172e4358f1e7 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 16 Mar 2021 15:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E6=97=B6=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E8=B5=B7=E8=A7=81=E5=85=B3=E9=97=AD=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Zframework/init.lua b/Zframework/init.lua index 59827ea8..d11ea85a 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -376,6 +376,7 @@ function love.errorhandler(msg) ins(ERRDATA,errData) --Get screencapture + BG.set("none") love.audio.stop() gc.reset() gc.captureScreenshot(function(_)errData.shot=gc.newImage(_)end)