Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Sep 19, 2024
1 parent 7e01847 commit c528dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void FillPoints(List<Vector2> ps, bool isRight)
FillPoints(rightPoints, true);
//todo 解决左右墙交叉处理问题

var r = string.Join(Environment.NewLine, points.SequenceWrap(2).Select(x => $"{x.FirstOrDefault(),-20}{x.LastOrDefault()}"));
var pointPrint = string.Join(Environment.NewLine, points.SequenceWrap(2).Select(x => $"{x.FirstOrDefault(),-20}{x.LastOrDefault()}"));

var tessellateList = ObjectPool<List<int>>.Get();
tessellateList.Clear();
Expand Down

0 comments on commit c528dfb

Please sign in to comment.