文本框控件不再有新消息提示音

This commit is contained in:
MrZ626
2021-04-11 20:42:45 +08:00
parent f2d72d70f1
commit 15d8bbead9

View File

@@ -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