mirror of https://github.com/axmolengine/axmol.git
issue #98
This commit is contained in:
parent
aad6392555
commit
32c2e83b3f
|
@ -99,7 +99,7 @@ Camera:
|
|||
- Each node has a camera. By default it points to the center of the CCNode.
|
||||
*/
|
||||
|
||||
class CCX_DLL CCNode : public NSObject, public SelectorProtocol
|
||||
class CCX_DLL CCNode : public SelectorProtocol, public NSObject
|
||||
{
|
||||
|
||||
// variable property
|
||||
|
|
Loading…
Reference in New Issue