mirror of https://github.com/axmolengine/axmol.git
issue #18, debug
This commit is contained in:
parent
29d9a489b8
commit
1dc617174a
|
@ -43,6 +43,7 @@ namespace cocos2d {
|
||||||
CCNode::CCNode(void)
|
CCNode::CCNode(void)
|
||||||
:m_bIsRunning(false)
|
:m_bIsRunning(false)
|
||||||
,m_fRotation(0.0f)
|
,m_fRotation(0.0f)
|
||||||
|
,m_fScale(1.0f)
|
||||||
,m_fScaleX(1.0f)
|
,m_fScaleX(1.0f)
|
||||||
,m_fScaleY(1.0f)
|
,m_fScaleY(1.0f)
|
||||||
,m_tPosition(CGPointZero)
|
,m_tPosition(CGPointZero)
|
||||||
|
|
Loading…
Reference in New Issue