Clear mesh deform in setToSetupPose, untested.

This commit is contained in:
NathanSweet 2014-03-06 20:40:49 +01:00
parent f3c47d1c4f
commit f14b2a5c53

View File

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