Fixed minimap / Improved ore shadows
This commit is contained in:
@@ -89,7 +89,7 @@ public class Vars{
|
||||
//camera zoom displayed on startup
|
||||
public static int baseCameraScale;
|
||||
public static boolean showBlockDebug = false;
|
||||
public static boolean showFog = true;
|
||||
public static boolean showFog = false;
|
||||
public static boolean headless = false;
|
||||
public static float controllerMin = 0.25f;
|
||||
public static float baseControllerSpeed = 11f;
|
||||
|
||||
@@ -242,15 +242,9 @@ public class Renderer extends RendererModule{
|
||||
overlays.drawTop();
|
||||
|
||||
if(showFog){
|
||||
// Graphics.surface();
|
||||
}else{
|
||||
// Graphics.flushSurface();
|
||||
}
|
||||
|
||||
//batch.end();
|
||||
|
||||
if(showFog){
|
||||
// fog.draw();
|
||||
batch.end();
|
||||
fog.draw();
|
||||
batch.begin();
|
||||
}
|
||||
|
||||
batch.getTransformMatrix().idt();
|
||||
|
||||
Reference in New Issue
Block a user