Fixed most world rendering

This commit is contained in:
Anuken
2018-12-28 13:01:35 -05:00
parent 1e8b844eac
commit bc9110b344
8 changed files with 26 additions and 87 deletions

View File

@@ -95,7 +95,6 @@ public class Vars{
public static boolean headless = false;
public static float controllerMin = 0.25f;
public static float baseControllerSpeed = 11f;
public static boolean snapCamera = true;
public static ContentLoader content;
public static GameState state;