From 64ff6bb51ca43a950ca92bd480794c8deca33ed3 Mon Sep 17 00:00:00 2001 From: yangxiao Date: Thu, 25 Dec 2014 17:42:58 +0800 Subject: [PATCH] modify msg word --- cocos/3d/CCSprite3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/3d/CCSprite3D.cpp b/cocos/3d/CCSprite3D.cpp index 02b067dc3c..0bb423bfc0 100644 --- a/cocos/3d/CCSprite3D.cpp +++ b/cocos/3d/CCSprite3D.cpp @@ -153,7 +153,7 @@ void Sprite3D::afterAsyncLoad(void* param) } else { - CCLOG("file load error: %s ", asyncParam->modlePath.c_str()); + CCLOG("file load failed: %s ", asyncParam->modlePath.c_str()); } asyncParam->afterLoadCallback(this, asyncParam->callbackParam); }