correct unsuitable word

This commit is contained in:
yangxiao 2014-12-05 16:44:49 +08:00
parent 11d9f27c00
commit 2a445ef1d9
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ public:
// creates a Sprite3D. It only supports one texture, and overrides the internal texture with 'texturePath'
static Sprite3D* create(const std::string &modelPath, const std::string &texturePath);
/* create 3d sprite asynchronously
/** create 3d sprite asynchronously
* If the 3d model was previously loaded, it will create a new 3d sprite and the callback will be called at once.
* Otherwise it will load the model file in a new thread, and when the 3d sprite is loaded, the callback will be called with the created Sprite3D and a userdefined parameter.
* The callback will be called from the main thread, so it is safe to create any cocos2d object from the callback.

View File

@ -795,7 +795,7 @@ AsyncLoadSprite3DTest::AsyncLoadSprite3DTest()
}
std::string AsyncLoadSprite3DTest::title() const
{
return "Sprite3D::createAsync Testing";
return "Testing Sprite3D::createAsync";
}
std::string AsyncLoadSprite3DTest::subtitle() const
{