Skip to content

Commit 5635c04

Browse files
Stopping and removing loop source when stopping and removing main source
1 parent c15afd2 commit 5635c04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ var WebAudioSound = new Class({
207207
}
208208
this.playTime = 0;
209209
this.startTime = 0;
210+
this.stopAndRemoveLoopBufferSource();
210211
},
211212
/**
212213
* Used internally to do what the name says.

0 commit comments

Comments
 (0)