Skip to content

Commit f7ab4ca

Browse files
Resetting delay value in resetConfig method
1 parent e87fdb7 commit f7ab4ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ var BaseSound = new Class({
278278
*/
279279
resetConfig: function () {
280280
this.currentConfig.seek = 0;
281+
this.currentConfig.delay = 0;
281282
// TODO add delay
282283
},
283284
fadeTo: function (volume, duration) {

0 commit comments

Comments
 (0)