From 895b836ea4840c58fc21bd6d443513f3d316ca07 Mon Sep 17 00:00:00 2001 From: Nathan Sweet Date: Tue, 18 Jan 2022 14:18:07 -0400 Subject: [PATCH] Javadoc. --- .../src/com/esotericsoftware/spine/AnimationState.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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