diff --git a/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp b/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp index fdfe273e54..3996b8587c 100644 --- a/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp +++ b/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp @@ -2668,9 +2668,8 @@ Animate3DCallbackTest::Animate3DCallbackTest() node->setPosition3D(Vec3(mat.m[12] + 100, mat.m[13], mat.m[14])); ((PUParticleSystem3D*)node)->startParticleSystem(); } - - CCLOG("frame %d", info->frame); + cocos2d::log("frame %d", info->frame); }); Director::getInstance()->getEventDispatcher()->addEventListenerWithFixedPriority(listener, -1); }