Fixed editor crash

This commit is contained in:
Anuken
2020-06-07 13:28:22 -04:00
parent 9574f742e1
commit 8993c1db04
8 changed files with 5 additions and 5 deletions

View File

@@ -29,8 +29,6 @@ abstract class LegsComp implements Posc, Rotc, Hitboxc, Flyingc, Unitc{
baseRotation = Mathf.slerpDelta(baseRotation, Mathf.angle(deltaX(), deltaY()), 0.1f);
}
Log.info(baseRotation);
float rot = baseRotation;
int count = type.legCount;
float legLength = type.legLength;