All 0 heightmap for PLANAR

This commit is contained in:
2023-10-15 17:39:02 -04:00
parent 928be0facb
commit 610de198e9
+1 -1
View File
@@ -38,7 +38,7 @@ public class Terrain {
// that all similar terrains share. (See JSON) // that all similar terrains share. (See JSON)
if (this.zone.terrain_type.equals("PLANAR")) if (this.zone.terrain_type.equals("PLANAR"))
this.heightmap = 1006301; // all 0 this.heightmap = 1006300; // all 0
// Load pixel data for this terrain from cache // Load pixel data for this terrain from cache