mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Setting config seek value to value provided to seek property setter
This commit is contained in:
parent
d7f65cc003
commit
7920ad3b6d
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ Object.defineProperty(WebAudioSound.prototype, 'seek', {
|
|||
}
|
||||
},
|
||||
set: function (value) {
|
||||
this.currentConfig.seek = value;
|
||||
}
|
||||
});
|
||||
module.exports = WebAudioSound;
|
||||
|
|
Loading…
Reference in a new issue