mirror of https://github.com/axmolengine/axmol.git
Merge pull request #1956 from minggo/iss1689-add-CCLuaObjcBridge
Iss1689 add cc lua objc bridge
This commit is contained in:
commit
3953434678
|
@ -47,7 +47,7 @@ void CCLog(const char * pszFormat, ...)
|
|||
|
||||
void CCLuaLog(const char * pszFormat)
|
||||
{
|
||||
puts("%s", pszFormat);
|
||||
puts(pszFormat);
|
||||
}
|
||||
|
||||
// ios no MessageBox, use CCLog instead
|
||||
|
|
Loading…
Reference in New Issue