Remove spawning test entity leftover from test

This commit is contained in:
austin 2021-05-26 22:18:50 -04:00
parent 6e6979e73a
commit aaa9f2af83

View File

@ -171,8 +171,6 @@ public class Main {
///
Vector3f cameraRotationVector = new Vector3f();
Entity tempCreature = CreatureUtils.spawnBasicCreature(0, 1, 1);
EntityUtils.getEntityScale(tempCreature).set(0.1f);