setToBindPose for new slots.

This commit is contained in:
NathanSweet 2013-03-15 02:36:38 +01:00
parent 43018798ab
commit 3bacf2a9e4

View File

@ -47,7 +47,7 @@ function Slot.new (slotData, skeleton, bone)
self:setAttachment(attachment)
end
self:setColor(255, 255, 255, 255)
self:setToBindPose()
return self
end