增加滑条控件测试声音的间隔

This commit is contained in:
MrZ626
2021-07-14 18:58:37 +08:00
parent 8b32f29c2a
commit 56b2a41eee

View File

@@ -537,7 +537,7 @@ function slider:drag(x)
if p~=P then
self.code(P)
end
if self.change and TIME()-self.lastTime>.26 then
if self.change and TIME()-self.lastTime>.5 then
self.lastTime=TIME()
self.change()
end