mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 15:08:31 +00:00
Initializing mute property to default value
This commit is contained in:
parent
cd070ac282
commit
5f58588903
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ var NoAudioSound = new Class({
|
|||
delay: 0
|
||||
}, config);
|
||||
this.currentConfig = this.config;
|
||||
this.mute = false;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSound;
|
||||
|
|
Loading…
Add table
Reference in a new issue