Fix some sounds

This commit is contained in:
LoveEevee
2018-09-11 17:50:10 +03:00
parent 3dc40e72d3
commit 2a6a6d0524
6 changed files with 18 additions and 18 deletions

View File

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