mirror of https://github.com/axmolengine/axmol.git
fix typo
This commit is contained in:
parent
bc4eab96d5
commit
ffaa65366e
|
@ -179,7 +179,7 @@ void log(const char * format, ...)
|
|||
}
|
||||
|
||||
#if CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID
|
||||
__android_log_print(ANDROID_LOG_DEBUG, "cocos2d-x debug info", "%s", buffer.c_str());
|
||||
__android_log_print(ANDROID_LOG_DEBUG, "cocos2d-x debug info", "%s", buf.c_str());
|
||||
|
||||
#elif CC_TARGET_PLATFORM == CC_PLATFORM_WIN32
|
||||
buf.push_back('\n');
|
||||
|
|
Loading…
Reference in New Issue