mirror of
https://github.com/halpz/re3.git
synced 2025-07-04 01:30:46 +00:00
fixes
This commit is contained in:
@ -458,7 +458,7 @@ void re3_debug(const char *format, ...)
|
||||
vsprintf_s(re3_buff, re3_buffsize, format, va);
|
||||
va_end(va);
|
||||
|
||||
// printf("%s", re3_buff);
|
||||
printf("%s", re3_buff);
|
||||
CDebug::DebugAddText(re3_buff);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user