From a9d8004b579ba23474a07cfe7b564c33a859effa Mon Sep 17 00:00:00 2001 From: halotroop2288 Date: Fri, 28 Feb 2020 12:19:51 -0800 Subject: [PATCH] [Deprecation] Removed a remnant of the old terrain --- .../java/com/github/hydos/ginger/main/settings/Constants.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/github/hydos/ginger/main/settings/Constants.java b/src/main/java/com/github/hydos/ginger/main/settings/Constants.java index d21c17c..796cbb7 100644 --- a/src/main/java/com/github/hydos/ginger/main/settings/Constants.java +++ b/src/main/java/com/github/hydos/ginger/main/settings/Constants.java @@ -9,7 +9,4 @@ public class Constants public static float jumpPower = 0; public static float turnSpeed = 0; public static double movementSpeed = 1; - //terrain variables - public static float terrainSize = 100; - public static float terrainMaxHeight = 10; }