浏览代码

setToBindPose for new slots.

NathanSweet 12 年之前
父节点
当前提交
3bacf2a9e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-corona/spine/Slot.lua

+ 1 - 1
spine-corona/spine/Slot.lua

@@ -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