Timer fix
This commit is contained in:
parent
08d78fb6ff
commit
281e45ce01
@ -98,7 +98,7 @@ void CTimer::Update(void)
|
|||||||
|
|
||||||
_oldPerfCounter = pc;
|
_oldPerfCounter = pc;
|
||||||
|
|
||||||
float updInCyclesScaled = GetIsPaused() ? updInCycles : updInCyclesScaled * ms_fTimeScale;
|
float updInCyclesScaled = GetIsPaused() ? updInCycles : updInCycles * ms_fTimeScale;
|
||||||
|
|
||||||
// We need that real frame time to fix transparent menu bug.
|
// We need that real frame time to fix transparent menu bug.
|
||||||
#ifndef FIX_HIGH_FPS_BUGS_ON_FRONTEND
|
#ifndef FIX_HIGH_FPS_BUGS_ON_FRONTEND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user