Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Nov 9, 2024
1 parent bb7093a commit c63b0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jolt/TriangleSplitter/TriangleSplitterBinning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ bool TriangleSplitterBinning::Split(const Range &inTriangles, Range &outLeft, Ra
// Skip axis if too small
if (bounds_size[dim] <= cMinSize)
continue;

// Get the bins for this dimension
Bin *bins_dim = &mBins[num_bins * dim];

Expand Down

0 comments on commit c63b0c7

Please sign in to comment.