Closed Taz145 closed 1 year ago
arr2 = arr2.Copy(); arr2[arr1 > 0] = 0;
As a temporary fix, if you Copy() the array, you should get the expected results.
I will try to debug it. It is complicated.
the new release 0.9.85 should fix this problem
Awesome! Thanks for the quick response and fix
The above section should rotate arr2 180 degrees and then set all indexes from the indexing mask to 0 but instead throws