Skip to content

Commit 734ce7e

Browse files
Dispatching event when resumeAll is called
1 parent 4c172b6 commit 734ce7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/BaseSoundManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ var BaseSoundManager = new Class({
174174
this.forEachActiveSound(function (sound) {
175175
sound.resume();
176176
});
177+
this.events.dispatch(new SoundEvent(this, 'SOUND_RESUME'));
177178
},
178179
stopAll: function () {
179180
this.forEachActiveSound(function (sound) {

0 commit comments

Comments
 (0)