mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Method is package private for editor access.
This commit is contained in:
parent
9171f79cc2
commit
83061d4d30
@ -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) {
|
boolean percentSpacing) {
|
||||||
Slot target = this.target;
|
Slot target = this.target;
|
||||||
float position = this.position;
|
float position = this.position;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user