mirror of
https://github.com/photonstorm/phaser
synced 2025-03-01 13:57:26 +00:00
Initializing mute property to false
This commit is contained in:
parent
c5062a0c90
commit
1c6aa693e9
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ var NoAudioSoundManager = new Class({
|
|||
EventEmitter.call(this);
|
||||
this.game = game;
|
||||
this.sounds = [];
|
||||
this.mute = false;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSoundManager;
|
||||
|
|
Loading…
Add table
Reference in a new issue