mirror of https://github.com/axmolengine/axmol.git
modify msg word
This commit is contained in:
parent
d9d5e1a5cb
commit
64ff6bb51c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue