Method is package private for editor access.

This commit is contained in:
NathanSweet 2016-06-20 19:25:46 +02:00
parent eded12cd52
commit d506478479

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;