mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 11:19:48 +02:00
- Added ability to render text titles for each unit (currently used to debug)
This commit is contained in:
@@ -195,7 +195,7 @@ void SystemFlags::handleDebug(DebugType type, const char *fmt, ...) {
|
||||
va_list argList;
|
||||
va_start(argList, fmt);
|
||||
|
||||
char szBuf[1024]="";
|
||||
char szBuf[4096]="";
|
||||
vsprintf(szBuf,fmt, argList);
|
||||
|
||||
// Either output to a logfile or
|
||||
|
Reference in New Issue
Block a user