Skip to content

Commit

Permalink
remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnifexOptimus committed Feb 9, 2025
1 parent 1187f5c commit eb6209a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BossMod/Util/Polygon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public ReadOnlySpan<int> Holes
public List<(WDir, WDir)> ExteriorEdges => PolygonUtil.EnumerateEdges(Exterior);
public List<(WDir, WDir)> InteriorEdges(int index) => PolygonUtil.EnumerateEdges(Interior(index));

private readonly object _edgeBucketLock = new();
private EdgeBuckets? _edgeBuckets;
private const int BucketCount = 20;
private const float Epsilon = 1e-8f;
Expand Down

0 comments on commit eb6209a

Please sign in to comment.