소스 검색

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