Skip to content

Commit

Permalink
fix: uncomment burst compile
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Oct 21, 2023
1 parent c8a20bf commit d82da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Triangulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@ private void GeneratePointsOffset()
}
}

//[BurstCompile]
[BurstCompile]
private unsafe struct CleanupJob : IJob
{
private NativeReference<Status>.ReadOnly status;
Expand Down

0 comments on commit d82da02

Please sign in to comment.