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