From 6e3a254aacd5c87de9e75394a15dc4d9929f1887 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Sun, 9 Feb 2014 17:02:14 +0100 Subject: [PATCH] Comment. --- spine-libgdx/src/com/esotericsoftware/spine/Slot.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spine-libgdx/src/com/esotericsoftware/spine/Slot.java b/spine-libgdx/src/com/esotericsoftware/spine/Slot.java index 5d6229a34..f39546dba 100644 --- a/spine-libgdx/src/com/esotericsoftware/spine/Slot.java +++ b/spine-libgdx/src/com/esotericsoftware/spine/Slot.java @@ -119,6 +119,7 @@ public class Slot { void setToSetupPose (int slotIndex) { color.set(data.color); setAttachment(data.attachmentName == null ? null : skeleton.getAttachment(slotIndex, data.attachmentName)); + // BOZO - Set mesh to setup pose. } public void setToSetupPose () {