Skip to content

Commit c5436c7

Browse files
setting playback flags to correct values on play call for BaseSound
1 parent a9692ce commit c5436c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ var BaseSound = new Class({
156156
this.currentConfig = this.markers[marker].config;
157157
}
158158
this.currentConfig = Extend(this.currentConfig, config);
159+
this.isPlaying = true;
160+
this.isPaused = false;
159161
return this;
160162
},
161163
pause: function () {

0 commit comments

Comments
 (0)