From a1054198c21af16133a0ee0430e6a82651b81232 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 22 Jan 2024 19:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9F=B3=E4=B9=90=E5=AE=A4?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E6=97=B6=E6=B2=A1=E6=B8=85=E7=A9=BA=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scene/musicroom.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scene/musicroom.lua b/assets/scene/musicroom.lua index f5dfd39b..44770fe0 100644 --- a/assets/scene/musicroom.lua +++ b/assets/scene/musicroom.lua @@ -11,8 +11,7 @@ local collectCount=0 local noProgress=false local autoplay=false local fakeProgress=0 -local searchStr="" -local searchTimer=0 +local searchStr,searchTimer local bigTitle=setmetatable({},{ __index=function(self,name) @@ -87,6 +86,7 @@ local scene={} function scene.enter() selected,fullband=getBgm() fakeProgress=0 + searchStr,searchTimer="",0 if not selected then selected='blank' end if PROGRESS.getBgmUnlocked(selected)==2 then fullband=fullband=='full'