[libgdx] Reference scale javadocs.

This commit is contained in:
Nathan Sweet 2024-03-03 13:44:10 -04:00
parent 1dbbfda2c8
commit 30d92e1a14

View File

@ -283,8 +283,8 @@ public class SkeletonData {
this.height = height; this.height = height;
} }
/** Baseline scale factor for applying distance-dependent effects on non-scalable properties, such as angle or scale. Default /** Baseline scale factor for applying physics and other effects based on distance to non-scalable properties, such as angle or
* is 100. */ * scale. Default is 100. */
public float getReferenceScale () { public float getReferenceScale () {
return referenceScale; return referenceScale;
} }