mirror of
https://github.com/photonstorm/phaser
synced 2025-03-01 13:57:26 +00:00
Initializing rate property to 0
This commit is contained in:
parent
526fe77106
commit
27b2936ce6
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ var NoAudioSoundManager = new Class({
|
|||
this.mute = false;
|
||||
this.volume = 1;
|
||||
this.rate = 1;
|
||||
this.detune = 0;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSoundManager;
|
||||
|
|
Loading…
Add table
Reference in a new issue