Skip to content

Commit 526fe77

Browse files
Initializing rate property to 1
1 parent ee8ce19 commit 526fe77

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

0 commit comments

Comments
 (0)