mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 10:46: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;
|
boolean translate = translateMix > 0, rotate = rotateMix > 0;
|
||||||
if (!translate && !rotate) return;
|
if (!translate && !rotate) return;
|
||||||
|
|
||||||
// BOZO!
|
|
||||||
spaces = new FloatArray();
|
|
||||||
positions = new FloatArray();
|
|
||||||
temp = new FloatArray();
|
|
||||||
|
|
||||||
PathAttachment path = (PathAttachment)attachment;
|
PathAttachment path = (PathAttachment)attachment;
|
||||||
PathConstraintData data = this.data;
|
PathConstraintData data = this.data;
|
||||||
SpacingMode spacingMode = data.spacingMode;
|
SpacingMode spacingMode = data.spacingMode;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user