Skip to content

Commit 858d296

Browse files
Initializing detune property to default value
1 parent fc46d8d commit 858d296

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var NoAudioSound = new Class({
2525
this.mute = false;
2626
this.volume = 1;
2727
this.rate = 1;
28+
this.detune = 0;
2829
}
2930
});
3031
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)