We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5b259 commit dca07e8Copy full SHA for dca07e8
1 file changed
v3/src/sound/BaseSound.js
@@ -263,9 +263,9 @@ var BaseSound = new Class({
263
applyConfig: function () {
264
this.mute = this.currentConfig.mute;
265
this.volume = this.currentConfig.volume;
266
- this.loop = this.currentConfig.loop;
267
this.rate = this.currentConfig.rate;
268
this.detune = this.currentConfig.detune;
+ this.loop = this.currentConfig.loop;
269
// TODO assign other config values to buffer source
270
},
271
/**
0 commit comments