forked from MagicBane/Server
Constructor filled in
This commit is contained in:
@@ -27,8 +27,6 @@ public class Terrain {
|
||||
public Vector2f cell_count = new Vector2f();
|
||||
public float terrain_scale;
|
||||
|
||||
public static int heightMapsCreated;
|
||||
|
||||
public Terrain(Zone zone) {
|
||||
|
||||
this.terrain_size.x = zone.major_radius;
|
||||
|
||||
Reference in New Issue
Block a user