forked from MagicBane/Server
New collection defined for pixel data
This commit is contained in:
@@ -35,6 +35,9 @@ public class HeightMap {
|
||||
// Class variables
|
||||
|
||||
public static final HashMap<Integer, HeightMap> heightmapByLoadNum = new HashMap<>();
|
||||
|
||||
public static final HashMap<Integer, byte[][]> _pixelData = new HashMap<>();
|
||||
|
||||
// Heightmap data for all zones.
|
||||
public static float SCALEVALUE = 1.0f / 255;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user