BOZO removal.

This commit is contained in:
NathanSweet 2016-06-06 12:38:01 +02:00
parent 932808bd06
commit 2bb702e2be

View File

@ -61,11 +61,6 @@ public class PathConstraint implements Updatable {
boolean translate = translateMix > 0, rotate = rotateMix > 0;
if (!translate && !rotate) return;
// BOZO!
spaces = new FloatArray();
positions = new FloatArray();
temp = new FloatArray();
PathAttachment path = (PathAttachment)attachment;
PathConstraintData data = this.data;
SpacingMode spacingMode = data.spacingMode;