Skip to content

Commit

Permalink
Build break fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aborziak-ms committed Apr 29, 2022
1 parent 7dda12e commit c115763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/LottieToWinComp/Paths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static TrimmedAnimatable<PathGeometry> PopulatePathGeometriesToTheSameSize(Trimm

original.Context.Issues.PathAnimationHasDifferentNumberOfSegments();

var populatePathGeometry = (PathGeometry pathGeometry) => {
Func<PathGeometry, PathGeometry> populatePathGeometry = (PathGeometry pathGeometry) => {
List<BezierSegment> segments = pathGeometry.BezierSegments.ToList();
while (segments.Count < maxSegments)
Expand Down

0 comments on commit c115763

Please # to comment.