Browse Source

[libgdx] Reference scale javadocs.

Nathan Sweet 1 year ago
parent
commit
30d92e1a14

+ 2 - 2
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/SkeletonData.java

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