mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
setting detune value when applying config
This commit is contained in:
parent
3a8c665fd6
commit
8ede77ddce
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ var BaseSound = new Class({
|
|||
this.mute = this.currentConfig.mute;
|
||||
this.volume = this.currentConfig.volume;
|
||||
this.rate = this.currentConfig.rate;
|
||||
this.detune = this.currentConfig.detune;
|
||||
// TODO assign other config values to buffer source
|
||||
},
|
||||
fadeTo: function (volume, duration) {
|
||||
|
|
Loading…
Reference in a new issue