This commit is contained in:
NathanSweet 2014-02-09 17:02:14 +01:00
parent 38e54e686d
commit 6e3a254aac

View File

@ -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 () {