mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
fix binary column point selection
This commit is contained in:
@@ -107,7 +107,7 @@ public class BinaryColumn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(that.data.length > index) {
|
if(that.data.length > index) {
|
||||||
right = this.data[index];
|
right = that.data[index];
|
||||||
}
|
}
|
||||||
next.data[index] = operator.apply(left, right);
|
next.data[index] = operator.apply(left, right);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user