[libgdx] Javadoc.

This commit is contained in:
NathanSweet 2019-04-16 18:53:29 +02:00
parent a42f135baa
commit 175bb90523

View File

@ -261,7 +261,7 @@ public class Bone implements Updatable {
this.y = y;
}
/** The local rotation. */
/** The local rotation in degrees, counter clockwise. */
public float getRotation () {
return rotation;
}
@ -336,7 +336,7 @@ public class Bone implements Updatable {
this.ay = ay;
}
/** The applied local rotation. */
/** The applied local rotation in degrees, counter clockwise. */
public float getARotation () {
return arotation;
}