another try at fixing the mesh class (maybe mesh class is not the problem after all?)
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 20s
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 20s
This commit is contained in:
@ -28,6 +28,7 @@ namespace Nebulix
|
||||
result[resultIdx] = array[i].X;
|
||||
result[resultIdx + 1] = array[i].Y;
|
||||
result[resultIdx + 2] = array[i].Z;
|
||||
resultIdx += 3;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user