mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 15:08:31 +00:00
Initializing rate property to default value
This commit is contained in:
parent
e6477b0e40
commit
fc46d8d4d0
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ var NoAudioSound = new Class({
|
|||
this.currentConfig = this.config;
|
||||
this.mute = false;
|
||||
this.volume = 1;
|
||||
this.rate = 1;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSound;
|
||||
|
|
Loading…
Add table
Reference in a new issue