mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 23:20:34 +00:00
commit
ee057cb427
4 changed files with 488 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue