Formatting

This commit is contained in:
Mario Zechner 2024-12-17 17:28:52 +01:00
parent 09a84f191e
commit c05170d76a

View File

@ -148,7 +148,8 @@ public class PathConstraintData extends ConstraintData {
/** Controls how the first bone is positioned along the path.
* <p>
* See <a href="https://esotericsoftware.com/spine-path-constraints#Position-mode">Position mode</a> in the Spine User Guide. */
* See <a href="https://esotericsoftware.com/spine-path-constraints#Position-mode">Position mode</a> in the Spine User
* Guide. */
static public enum PositionMode {
fixed, percent;