mirror of
https://github.com/photonstorm/phaser
synced 2024-12-03 18:10:10 +00:00
Stopping and removing loop source when stopping and removing main source
This commit is contained in:
parent
c15afd2d29
commit
5635c04da0
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ var WebAudioSound = new Class({
|
||||||
}
|
}
|
||||||
this.playTime = 0;
|
this.playTime = 0;
|
||||||
this.startTime = 0;
|
this.startTime = 0;
|
||||||
|
this.stopAndRemoveLoopBufferSource();
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Used internally to do what the name says.
|
* Used internally to do what the name says.
|
||||||
|
|
Loading…
Reference in a new issue