mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-07 15:54:56 +00:00
Timer fix
This commit is contained in:
parent
08d78fb6ff
commit
281e45ce01
|
@ -98,7 +98,7 @@ void CTimer::Update(void)
|
|||
|
||||
_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.
|
||||
#ifndef FIX_HIGH_FPS_BUGS_ON_FRONTEND
|
||||
|
|
Loading…
Reference in a new issue