mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Resetting config on stop call
This commit is contained in:
parent
1973781052
commit
11d9d5455d
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ var BaseSound = new Class({
|
|||
}
|
||||
this.isPlaying = false;
|
||||
this.isPaused = false;
|
||||
this.resetConfig();
|
||||
return true;
|
||||
},
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue