mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 00:51:45 +00:00
@@ -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