From 15d8bbead90abdee525ba8405a3dfd97ff242bb8 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 11 Apr 2021 20:42:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=A1=86=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E6=9C=89=E6=96=B0=E6=B6=88=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widget.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Zframework/widget.lua b/Zframework/widget.lua index f7db59cc..60209fad 100644 --- a/Zframework/widget.lua +++ b/Zframework/widget.lua @@ -848,7 +848,6 @@ function textBox:push(t) if self.scrollPos==#self.texts-1 then self.scrollPos=#self.texts else - SFX.play("spin_0",.6) self.new=true end end