Skip to content

Commit 1c6aa69

Browse files
Initializing mute property to false
1 parent c5062a0 commit 1c6aa69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ var NoAudioSoundManager = new Class({
66
EventEmitter.call(this);
77
this.game = game;
88
this.sounds = [];
9+
this.mute = false;
910
}
1011
});
1112
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)