增加滑条控件测试声音的间隔
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user