Update GLOBAL_MUTE_EVENT.js

This commit is contained in:
Richard Davey 2019-10-10 23:50:55 +01:00
parent 9b8bc99538
commit 620ce8556f

View file

@ -15,7 +15,7 @@
* @event Phaser.Sound.Events#GLOBAL_MUTE
* @since 3.0.0
*
* @param {(Phaser.Sound.WebAudioSoundManager|Phaser.Sound.HTML5AudioSoundManager)} soundManager - A reference to the sound manager that emitted the event.
* @param {(Phaser.Sound.WebAudioSoundManager|Phaser.Sound.HTML5AudioSoundManager)} soundManager - A reference to the Sound Manager that emitted the event.
* @param {boolean} mute - The mute value. `true` if the Sound Manager is now muted, otherwise `false`.
*/
module.exports = 'mute';