Skip to content

Commit 260d519

Browse files
Resetting config before merging it with config provided to play method
1 parent 99aa2b2 commit 260d519

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
@@ -221,6 +221,7 @@ var BaseSound = new Class({
221221
this.currentConfig = this.currentMarker.config;
222222
this.duration = this.currentMarker.duration;
223223
}
224+
this.resetConfig();
224225
this.currentConfig = Extend(this.currentConfig, config);
225226
this.isPlaying = true;
226227
this.isPaused = false;

0 commit comments

Comments
 (0)