modify CCLOG to cocos2d::log

This commit is contained in:
yangxiao 2015-08-11 11:54:08 +08:00
parent c65f09f63e
commit 7b04dbca88
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}