mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Dispatching event when setting HTML5AudioSoundManager volume property
This commit is contained in:
parent
30027af69e
commit
9bb138f40d
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ Object.defineProperty(HTML5AudioSoundManager.prototype, 'volume', {
|
|||
this.forEachActiveSound(function (sound) {
|
||||
sound.setVolume();
|
||||
});
|
||||
this.events.dispatch(new SoundValueEvent(this, 'SOUND_VOLUME', value));
|
||||
}
|
||||
});
|
||||
module.exports = HTML5AudioSoundManager;
|
||||
|
|
Loading…
Reference in a new issue