mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
BOZO removal.
This commit is contained in:
parent
932808bd06
commit
2bb702e2be
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user