@@ -120,6 +120,7 @@ public class Slot {
color.set(data.color);
setAttachment(data.attachmentName == null ? null : skeleton.getAttachment(slotIndex, data.attachmentName));
// BOZO - Set mesh to setup pose.
+ attachmentVertices.clear();
}
public void setToSetupPose () {