This commit is contained in:
Nikolay Korolev
2020-04-08 01:52:08 +03:00
parent 48e13ce6c9
commit e556ffd3f6
2 changed files with 18 additions and 26 deletions

View File

@ -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);
}