mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Update GLOBAL_MUTE_EVENT.js
This commit is contained in:
parent
9b8bc99538
commit
620ce8556f
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue