Method is package private for editor access.

This commit is contained in:
NathanSweet 2016-06-26 15:28:28 +02:00
parent 9171f79cc2
commit 83061d4d30

View File

@ -140,7 +140,7 @@ public class PathConstraint implements Updatable {
}
}
private float[] computeWorldPositions (PathAttachment path, int spacesCount, boolean tangents, boolean percentPosition,
float[] computeWorldPositions (PathAttachment path, int spacesCount, boolean tangents, boolean percentPosition,
boolean percentSpacing) {
Slot target = this.target;
float position = this.position;