bufix - imax - imin

This commit is contained in:
ikpil 2023-04-05 17:03:26 +09:00
parent 1434a61ce9
commit 62d23e34ab
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class ChunkyTriMesh
if (axis == 0)
{
Array.Sort(items, imin, imax - imax, new CompareItemX());
Array.Sort(items, imin, imax - imin, new CompareItemX());
// Sort along x-axis
}
else if (axis == 1)