Skip to content

Commit

Permalink
call super update
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Aug 14, 2023
1 parent 375a896 commit 159ffdb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions flixel/group/FlxSpriteGroup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,12 @@ class FlxTypedSpriteGroup<T:FlxSprite> extends FlxSprite
{
group.update(elapsed);

last.set(x, y);

if (moves)
updateMotion(elapsed);

wasTouching = touching;
touching = FlxObject.NONE;
super.update(elapsed);
}

override function updateAnimation(elapsed:Float)
{
// super.updateAnimation(elapsed);
}

override public function draw():Void
Expand Down

0 comments on commit 159ffdb

Please sign in to comment.