Remove LodUtil.CEILED_DIMENSION_MAX_RENDER_DISTANCE

Reasoning: The value isn't in use anywhere, we shouldn't be setting a max value anyway since people can get on dimension roofs anyway, and it would be better to allow per-dimension values instead
This commit is contained in:
James Seibel
2022-12-05 22:07:28 -06:00
parent 24260a057a
commit 79441b0bdd
@@ -46,7 +46,7 @@ import org.apache.logging.log4j.Logger;
* This class holds methods and constants that may be used in multiple places.
*
* @author James Seibel
* @version 2022-3-30
* @version 2022-12-5
*/
public class LodUtil
{
@@ -81,8 +81,6 @@ public class LodUtil
public static final int COLOR_DEBUG_WHITE = ColorUtil.rgbToInt(DEBUG_ALPHA, 255, 255, 255);
public static final int COLOR_INVISIBLE = ColorUtil.rgbToInt(0, 0, 0, 0);
public static final int CEILED_DIMENSION_MAX_RENDER_DISTANCE = 64; // 0 - 255
//FIXME: WE NEED MORE COLORS!!!!
/**
* In order of nearest to farthest: <br>