mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 09:28:59 +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
|
void
|
||||||
DoRWStuffEndOfFrame(void)
|
DoRWStuffEndOfFrame(void)
|
||||||
{
|
{
|
||||||
char buf[100];
|
|
||||||
sprintf(buf, "timestep: %f %f", CTimer::GetTimeStep(), CTimer::GetTimeStepInMilliseconds());
|
|
||||||
CDebug::PrintAt(buf, 10, 10);
|
|
||||||
CDebug::DisplayScreenStrings(); // custom
|
CDebug::DisplayScreenStrings(); // custom
|
||||||
CDebug::DebugDisplayTextBuffer();
|
CDebug::DebugDisplayTextBuffer();
|
||||||
FlushObrsPrintfs();
|
FlushObrsPrintfs();
|
||||||
|
|
Loading…
Reference in a new issue