Skip to content

Commit

Permalink
allocate
Browse files Browse the repository at this point in the history
  • Loading branch information
rms80 committed May 25, 2018
1 parent 16ae958 commit 652ebcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spatial/TriangleBinsGrid2d.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class TriangleBinsGrid2d
int bins_x, bins_y;
AxisAlignedBox2i grid_bounds;

SpinLock spinlock;
SpinLock spinlock = new SpinLock();

/// <summary>
/// "invalid" value will be returned by queries if no valid result is found (eg bounded-distance query)
Expand Down

0 comments on commit 652ebcf

Please sign in to comment.