From 1ffab53d97f93fbb44e251c6cc30695949aea1ef Mon Sep 17 00:00:00 2001 From: Nathan Sweet Date: Thu, 27 May 2021 13:18:42 -0400 Subject: [PATCH] [libgdx] Javadoc typos. --- .../spine-libgdx/src/com/esotericsoftware/spine/Bone.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Bone.java b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Bone.java index 740a2b8a1..38f076005 100644 --- a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Bone.java +++ b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Bone.java @@ -390,10 +390,10 @@ public class Bone implements Updatable { *

* If the world transform is modified (by a constraint, {@link #rotateWorld(float)}, etc) then this method should be called so * the applied transform matches the world transform. The applied transform may be needed by other code (eg to apply another - * constraints). + * constraint). *

* Some information is ambiguous in the world transform, such as -1,-1 scale versus 180 rotation. The applied transform after - * calling this method is equivalent to the local tranform used to compute the world transform, but may not be identical. */ + * calling this method is equivalent to the local transform used to compute the world transform, but may not be identical. */ public void updateAppliedTransform () { Bone parent = this.parent; if (parent == null) {