added a third batch of GetChars call to FStrings.
This commit is contained in:
parent
89535b803a
commit
c94c63110e
31 changed files with 216 additions and 217 deletions
|
|
@ -60,7 +60,7 @@ void I_DebugPrintf(const char *fmt,...)
|
|||
|
||||
va_end(args);
|
||||
|
||||
auto wstr = WideString(s);
|
||||
auto wstr = WideString(s.GetChars());
|
||||
OutputDebugStringW(wstr.c_str());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue