make real ddraw fully optional (keep old XP workaround..)
This commit is contained in:
parent
45ceb74df2
commit
eced18d01f
2 changed files with 6 additions and 17 deletions
|
@ -53,7 +53,7 @@ void DrawFrameInfoStart()
|
|||
DWORD tick_start = timeGetTime();
|
||||
if (tick_start >= tick_fps)
|
||||
{
|
||||
snprintf(
|
||||
_snprintf(
|
||||
debugText,
|
||||
sizeof(debugText),
|
||||
"FPS: %lu | Time: %2.2f ms ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue