Nathan Sweet 2 vuotta sitten
vanhempi
commit
cc6f25340c

+ 1 - 1
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/attachments/PointAttachment.java

@@ -40,7 +40,7 @@ import com.esotericsoftware.spine.Bone;
  * used in similar ways, but a PointAttachment is slightly less expensive to compute and can be hidden, shown, and placed in a
  * used in similar ways, but a PointAttachment is slightly less expensive to compute and can be hidden, shown, and placed in a
  * skin.
  * skin.
  * <p>
  * <p>
- * See <a href="http://esotericsoftware.com/spine-point-attachments">Point Attachments</a> in the Spine User Guide. */
+ * See <a href="http://esotericsoftware.com/spine-points">Point Attachments</a> in the Spine User Guide. */
 public class PointAttachment extends Attachment {
 public class PointAttachment extends Attachment {
 	float x, y, rotation;
 	float x, y, rotation;