mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
Clear mesh deform in setToSetupPose, untested.
This commit is contained in:
parent
f3c47d1c4f
commit
f14b2a5c53
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user