Reset alpha to correct value after flash effect complete

This commit is contained in:
kainage 2020-11-09 20:48:04 -08:00
parent 6861a93a82
commit ed6ca0ee3e

View file

@ -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;