diff options
author | Wes Hampson <thehambone93@gmail.com> | 2020-03-13 21:50:23 +0100 |
---|---|---|
committer | Wes Hampson <thehambone93@gmail.com> | 2020-03-13 21:50:23 +0100 |
commit | afeac5486046a4db987f2572264ed13eac1b2de2 (patch) | |
tree | 69002bb5fda6b582db494aef782aa86acedbd459 /src | |
parent | Style fix, use CTimeStep (diff) | |
download | re3-afeac5486046a4db987f2572264ed13eac1b2de2.tar re3-afeac5486046a4db987f2572264ed13eac1b2de2.tar.gz re3-afeac5486046a4db987f2572264ed13eac1b2de2.tar.bz2 re3-afeac5486046a4db987f2572264ed13eac1b2de2.tar.lz re3-afeac5486046a4db987f2572264ed13eac1b2de2.tar.xz re3-afeac5486046a4db987f2572264ed13eac1b2de2.tar.zst re3-afeac5486046a4db987f2572264ed13eac1b2de2.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/TimeStep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/TimeStep.h b/src/core/TimeStep.h index ee595383..c74df02a 100644 --- a/src/core/TimeStep.h +++ b/src/core/TimeStep.h @@ -4,7 +4,7 @@ class CTimeStep { public: - static float &ms_fTimeScale; - static float &ms_fFramesPerUpdate; + static float &ms_fTimeScale; + static float &ms_fFramesPerUpdate; static float &ms_fTimeStep; -};
\ No newline at end of file +}; |