Skip to content

Commit

Permalink
Merge pull request #17 from mmcpt/patch-1
Browse files Browse the repository at this point in the history
Update Util.cs
  • Loading branch information
jeremytammik authored Aug 19, 2021
2 parents 8018f86 + f34ebd2 commit fbe5748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ public static CurveLoop CreateCurveLoop(
pts[ i - 1 ], pts[ i ] ) );
}
curveLoop.Append( Line.CreateBound(
pts[ n ], pts[ 0 ] ) );
pts[ n - 1 ], pts[ 0 ] ) );
return curveLoop;
}

Expand Down

0 comments on commit fbe5748

Please sign in to comment.