mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 05:39:01 +00:00
remove debug shit
This commit is contained in:
parent
180a1dc42b
commit
bcd2f8c64c
1 changed files with 0 additions and 3 deletions
|
@ -263,9 +263,6 @@ DoFade(void)
|
|||
void
|
||||
DoRWStuffEndOfFrame(void)
|
||||
{
|
||||
char buf[100];
|
||||
sprintf(buf, "timestep: %f %f", CTimer::GetTimeStep(), CTimer::GetTimeStepInMilliseconds());
|
||||
CDebug::PrintAt(buf, 10, 10);
|
||||
CDebug::DisplayScreenStrings(); // custom
|
||||
CDebug::DebugDisplayTextBuffer();
|
||||
FlushObrsPrintfs();
|
||||
|
|
Loading…
Reference in a new issue