mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 03:47:24 +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 () {
|
resetConfig: function () {
|
||||||
this.currentConfig.seek = 0;
|
this.currentConfig.seek = 0;
|
||||||
|
this.currentConfig.delay = 0;
|
||||||
// TODO add delay
|
// TODO add delay
|
||||||
},
|
},
|
||||||
fadeTo: function (volume, duration) {
|
fadeTo: function (volume, duration) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue