fixed a bug when draw spine node.

This commit is contained in:
wu shengjin 2013-03-21 17:20:29 +08:00
parent c309f3151e
commit 75b4c014c4

View File

@ -97,8 +97,6 @@ void CCSpineNode::draw()
if (m_skeleton)
m_skeleton->draw();
CCNode::draw();
}
void CCSpineNode::setFlipX(bool flip)