Skip to content

Commit 7e22368

Browse files
Dispatching event when stopAll is called
1 parent 734ce7e commit 7e22368

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
@@ -180,6 +180,7 @@ var BaseSoundManager = new Class({
180180
this.forEachActiveSound(function (sound) {
181181
sound.stop();
182182
});
183+
this.events.dispatch(new SoundEvent(this, 'SOUND_STOP'));
183184
},
184185
/**
185186
* @private

0 commit comments

Comments
 (0)