Skip to content

Commit 27b2936

Browse files
Initializing rate property to 0
1 parent 526fe77 commit 27b2936

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
@@ -9,6 +9,7 @@ var NoAudioSoundManager = new Class({
99
this.mute = false;
1010
this.volume = 1;
1111
this.rate = 1;
12+
this.detune = 0;
1213
}
1314
});
1415
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)