wrong "-" sign

This commit is contained in:
cola98765
2021-12-09 14:20:30 +01:00
parent cc08707f32
commit 0221a39819
@@ -2,7 +2,7 @@ package com.seibel.lod.core.dataFormat;
public class VerticalDataFormat
{
public final static short MIN_WORLD_HEIGHT = 2048;
public final static short MIN_WORLD_HEIGHT = -2048;
public final static short MAX_WORLD_HEIGHT = 2047;
public final static byte HEIGHT_SHIFT = 20;