What did kMaxLogLen become in cocos2dx3.2?

123 Views Asked by At

When I'm writing "char szBuf【kMaxLogLen】;" xcode said:

Use of undeclared identifier 'kMaxLogLen'

How to fix it? I'm using cocos2dx3.2 and xcode.

1

There are 1 best solutions below

0
On

It has been refactored to MAX_LOG_LENGTH and you can found in file cocos\base\CCConsole.h