Skip to content

Commit d2a3d98

Browse files
Initializing totalRate property to 1
1 parent a2a19cc commit d2a3d98

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
@@ -8,6 +8,7 @@ var NoAudioSound = new Class({
88
this.key = key;
99
this.isPlaying = false;
1010
this.isPaused = false;
11+
this.totalRate = 1;
1112
}
1213
});
1314
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)