Skip to content

Commit 620ce85

Browse files
committed
Update GLOBAL_MUTE_EVENT.js
1 parent 9b8bc99 commit 620ce85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/events/GLOBAL_MUTE_EVENT.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @event Phaser.Sound.Events#GLOBAL_MUTE
1616
* @since 3.0.0
1717
*
18-
* @param {(Phaser.Sound.WebAudioSoundManager|Phaser.Sound.HTML5AudioSoundManager)} soundManager - A reference to the sound manager that emitted the event.
18+
* @param {(Phaser.Sound.WebAudioSoundManager|Phaser.Sound.HTML5AudioSoundManager)} soundManager - A reference to the Sound Manager that emitted the event.
1919
* @param {boolean} mute - The mute value. `true` if the Sound Manager is now muted, otherwise `false`.
2020
*/
2121
module.exports = 'mute';

0 commit comments

Comments
 (0)