[libgdx] Update BoneData docs.

This commit is contained in:
Mario Zechner 2023-02-08 11:48:37 +01:00
parent f5f9eaadd3
commit 98da436374

View File

@ -115,7 +115,7 @@ public class BoneData {
this.y = y;
}
/** The local rotation. */
/** The local rotation in degrees, counter clockwise. */
public float getRotation () {
return rotation;
}