Skip to content

Commit ee8ce19

Browse files
Initializing volume property to 1
1 parent 1c6aa69 commit ee8ce19

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
@@ -7,6 +7,7 @@ var NoAudioSoundManager = new Class({
77
this.game = game;
88
this.sounds = [];
99
this.mute = false;
10+
this.volume = 1;
1011
}
1112
});
1213
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)