mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
setting playback flags to correct values on play call for BaseSound
This commit is contained in:
parent
a9692ce2dd
commit
c5436c7fcc
1 changed files with 2 additions and 0 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue