255 to normalize

This commit is contained in:
2023-09-17 13:39:42 -04:00
parent a323f1ffb7
commit df45e00fbd
+1 -1
View File
@@ -34,7 +34,7 @@ public class HeightMap {
// Class variables
public static float SCALEVALUE = 1.0f / 256;
public static float SCALEVALUE = 1.0f / 255;
// Heightmap data for all zones.
public static final HashMap<Integer, HeightMap> heightmapByLoadNum = new HashMap<>();