File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1906,7 +1906,9 @@ class cocos2d::CCNode : cocos2d::CCObject {
19061906 cocos2d::CCPoint convertToNodeSpaceAR (cocos2d::CCPoint const & );
19071907 cocos2d::CCPoint convertToWindowSpace (cocos2d::CCPoint const & );
19081908 cocos2d::CCPoint convertToWorldSpace (cocos2d::CCPoint const & ) = imac 0x262c80 , m1 0x20e994 , ios 0x23cd00 ;
1909- cocos2d::CCPoint convertToWorldSpaceAR (cocos2d::CCPoint const & );
1909+ cocos2d::CCPoint convertToWorldSpaceAR (cocos2d::CCPoint const & point) = m1 0x20ea40 , imac 0x262d20 , ios inline {
1910+ return this-> convertToWorldSpace (point + m_obAnchorPointInPoints);
1911+ }
19101912 cocos2d::CCPoint convertTouchToNodeSpace (cocos2d::CCTouch* ) = imac 0x262de0 , m1 0x20eaf8 , ios 0x23cd48 ;
19111913 cocos2d::CCPoint convertTouchToNodeSpaceAR (cocos2d::CCTouch* );
19121914 char const * description () = imac 0x260e70 , m1 0x20cc04 ;
You can’t perform that action at this time.
0 commit comments