mirror of https://github.com/axmolengine/axmol.git
fixed a typo in CCScene.h.
This commit is contained in:
parent
d849ff1860
commit
5274fc378d
|
@ -96,7 +96,7 @@ CC_DEPRECATED_ATTRIBUTE static scene* node() \
|
||||||
return scene; \
|
return scene; \
|
||||||
}
|
}
|
||||||
|
|
||||||
// for the subclass of CCScene, each has to implement the static "node" method
|
// for the subclass of CCScene, each has to implement the static "create" method
|
||||||
#define SCENE_CREATE_FUNC(scene) \
|
#define SCENE_CREATE_FUNC(scene) \
|
||||||
static scene* create() \
|
static scene* create() \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Reference in New Issue