mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
fix max/min assignment
This commit is contained in:
@@ -39,8 +39,8 @@ public class Column<T extends WritableWorld> {
|
||||
this.x = x;
|
||||
this.z = z;
|
||||
this.world = world;
|
||||
this.max = min;
|
||||
this.min = max;
|
||||
this.max = max;
|
||||
this.min = min;
|
||||
}
|
||||
|
||||
public int getX() {
|
||||
|
||||
Reference in New Issue
Block a user