1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-15 02:33:12 +00:00
re3/src/core/TimeStep.cpp

6 lines
145 B
C++
Raw Normal View History

2020-03-13 20:46:59 +00:00
#include "TimeStep.h"
2020-04-17 05:54:14 +00:00
float CTimeStep::ms_fTimeScale = 1.0f;
float CTimeStep::ms_fFramesPerUpdate = 1.0f;
float CTimeStep::ms_fTimeStep = 1.0f;