mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +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) {
|
set: function (value) {
|
||||||
|
this.currentConfig.seek = value;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
module.exports = WebAudioSound;
|
module.exports = WebAudioSound;
|
||||||
|
|
Loading…
Reference in a new issue