mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Dispatching event when calling resume method
This commit is contained in:
parent
fbc7264d4c
commit
99accdbbd0
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ var WebAudioSound = new Class({
|
|||
}
|
||||
// \/\/\/ isPlaying = true, isPaused = false \/\/\/
|
||||
this.createAndStartBufferSource();
|
||||
this.events.dispatch(new SoundEvent(this, 'SOUND_RESUME'));
|
||||
return true;
|
||||
},
|
||||
stop: function () {
|
||||
|
|
Loading…
Reference in a new issue