mirror of
https://github.com/halpz/re3.git
synced 2025-05-11 00:06:39 +03:00
little fixes to CClouds; disabled object clipping for SA cam
This commit is contained in:
parent
1afe36d0d0
commit
98a233da43
3 changed files with 10 additions and 8 deletions
|
@ -263,6 +263,9 @@ 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…
Add table
Add a link
Reference in a new issue