mirror of
https://github.com/wassname/phaser.git
synced 2026-06-28 16:20:37 +08:00
Removed redundant assignment.
This commit is contained in:
@@ -223,7 +223,7 @@ Phaser.Animation.prototype = {
|
||||
{
|
||||
if (this.looped)
|
||||
{
|
||||
this._frameIndex = this._frameIndex %= this._frames.length;
|
||||
this._frameIndex %= this._frames.length;
|
||||
this.currentFrame = this._frameData.getFrame(this._frames[this._frameIndex]);
|
||||
|
||||
if (this.currentFrame)
|
||||
|
||||
Reference in New Issue
Block a user