Revert needs new branch.

This commit is contained in:
2023-11-12 11:21:30 -05:00
parent 7e99e8c7a4
commit eb5bc14974
+1 -1
View File
@@ -84,7 +84,7 @@ public class Terrain {
// Scale coefficient for this terrain // Scale coefficient for this terrain
this.terrain_scale = this.zone.template.terrain_max_y / 256f; this.terrain_scale = this.zone.template.terrain_max_y / 255f;
} }
public static Zone getNextZoneWithTerrain(Zone zone) { public static Zone getNextZoneWithTerrain(Zone zone) {