mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Resetting delay value in resetConfig method
This commit is contained in:
parent
e87fdb71ec
commit
f7ab4ca402
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ var BaseSound = new Class({
|
|||
*/
|
||||
resetConfig: function () {
|
||||
this.currentConfig.seek = 0;
|
||||
this.currentConfig.delay = 0;
|
||||
// TODO add delay
|
||||
},
|
||||
fadeTo: function (volume, duration) {
|
||||
|
|
Loading…
Reference in a new issue