diff --git a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java index d5352788f..a8f4e3ea7 100644 --- a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java +++ b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java @@ -1211,7 +1211,7 @@ public class AnimationState { this.shortestRotation = shortestRotation; } - /** If true, mixing rotation between tracks always uses the shortest rotation direction. When the rotation is animation the + /** If true, mixing rotation between tracks always uses the shortest rotation direction. If the rotation is animated, the * shortest rotation direction may change during the mix. *

* If false, the shortest rotation direction is remembered when the mix starts and the same direction is used for the rest