Fixed minimap / Improved ore shadows

This commit is contained in:
Anuken
2018-11-14 18:15:47 -05:00
parent 568e43cf3d
commit 21f3f52c7b
4 changed files with 8 additions and 12 deletions

View File

@@ -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;

View File

@@ -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();