summaryrefslogtreecommitdiffstats
path: root/src/core/TimeStep.cpp
blob: 09dae9113d929ae5022d9e2a7084ddcf10c0deaf (plain) (blame)
1
2
3
4
5
#include "TimeStep.h"

float CTimeStep::ms_fTimeScale = 1.0f;
float CTimeStep::ms_fFramesPerUpdate = 1.0f;
float CTimeStep::ms_fTimeStep = 1.0f;