Skip to content

Commit

Permalink
Be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Jan 7, 2025
1 parent cedf8fa commit 563895a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jitter2/Collision/DynamicTree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public DynamicTree(Func<IDynamicTreeProxy, IDynamicTreeProxy, bool> filter)

public enum Timings
{
TrimInvalidPairs,
PruneInvalidPairs,
UpdateBoundingBoxes,
ScanMoved,
UpdateProxies,
Expand Down Expand Up @@ -215,7 +215,7 @@ void SetTime(Timings type)

PruneInvalidPairs();

SetTime(Timings.TrimInvalidPairs);
SetTime(Timings.PruneInvalidPairs);

if (multiThread)
{
Expand Down

0 comments on commit 563895a

Please sign in to comment.