Fix some sounds
This commit is contained in:
@@ -124,7 +124,7 @@ class Sound{
|
||||
playLoop(time, absolute, seek1, seek2, until){
|
||||
time = this.convertTime(time, absolute)
|
||||
seek1 = seek1 || 0
|
||||
seek2 = seek2 || seek1
|
||||
seek2 = seek2 || 0
|
||||
until = until || this.duration
|
||||
this.loop = {
|
||||
started: time + until - seek1,
|
||||
|
||||
Reference in New Issue
Block a user