From 7bc3f83e7b76835a180c7995b3cdc3e07db703be Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 7 Dec 2020 19:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B8=B8=E6=88=8F=E4=B8=AD?= =?UTF-8?q?=E9=80=94=E8=BF=9B=E5=85=A5=E8=AE=BE=E7=BD=AE=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=90=8E=E7=9A=84=E8=83=8C=E6=99=AF=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/pause.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/parts/scenes/pause.lua b/parts/scenes/pause.lua index 3e5b58b7..1cb32812 100644 --- a/parts/scenes/pause.lua +++ b/parts/scenes/pause.lua @@ -110,9 +110,8 @@ function scene.sceneInit(org) S.trophyColor=COLOR.lCyan end end - if GAME.bg then - BG.set(GAME.BG) - GAME.prevBG=nil + if org~="play"and GAME.prevBG then + BG.set(GAME.prevBG) end end function scene.sceneBack()