Browse Source

Updated Celestial Circus example project.

Nathan Sweet 1 year ago
parent
commit
72ad822e88

BIN
examples/celestial-circus/celestial-circus-pro.spine


+ 1 - 1
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Bone.java

@@ -327,7 +327,7 @@ public class Bone implements Updatable {
 		this.shearY = shearY;
 	}
 
-	/** Controls how parent world transforms affect this bone. */
+	/** Determines how parent world transforms affect this bone. */
 	public Inherit getInherit () {
 		return inherit;
 	}