setting playback flags to correct values on play call for BaseSound

This commit is contained in:
Pavle Goloskokovic 2017-11-17 15:14:57 +01:00
parent a9692ce2dd
commit c5436c7fcc

View file

@ -156,6 +156,8 @@ var BaseSound = new Class({
this.currentConfig = this.markers[marker].config;
}
this.currentConfig = Extend(this.currentConfig, config);
this.isPlaying = true;
this.isPaused = false;
return this;
},
pause: function () {