Skip to content

Commit

Permalink
Juggler: Minor fixes
Browse files Browse the repository at this point in the history
Removal of more remnant Vector artifacts.
  • Loading branch information
Dimensionscape committed Jul 10, 2024
1 parent fdd29cc commit e9cf0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/starling/animation/Juggler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class Juggler implements IAnimatable
while (i < numObjects)
__objects[currentIndex++] = __objects[i++];

__objects.length = currentIndex;
__objects.resize(currentIndex);
}
}

Expand Down

0 comments on commit e9cf0a5

Please sign in to comment.