mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 11:33:28 +00:00
Reset alpha to correct value after flash effect complete
This commit is contained in:
parent
6861a93a82
commit
ed6ca0ee3e
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ var Flash = new Class({
|
||||||
*/
|
*/
|
||||||
effectComplete: function ()
|
effectComplete: function ()
|
||||||
{
|
{
|
||||||
this._alpha = this.alpha
|
this.alpha = this._alpha
|
||||||
this._onUpdate = null;
|
this._onUpdate = null;
|
||||||
this._onUpdateScope = null;
|
this._onUpdateScope = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue