fixed a typo in CCScene.h.

This commit is contained in:
James Chen 2012-06-21 13:48:57 +08:00
parent d849ff1860
commit 5274fc378d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ CC_DEPRECATED_ATTRIBUTE static scene* node() \
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) \
static scene* create() \
{ \