mirror of https://github.com/axmolengine/axmol.git
modify CCLOG to cocos2d::log
This commit is contained in:
parent
c65f09f63e
commit
7b04dbca88
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue