Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Spacing fix
  • Loading branch information
whampson committed Mar 13, 2020
1 parent 3862cda commit afeac5486046a4db987f2572264ed13eac1b2de2
Showing with 3 additions and 3 deletions.
  1. +3 −3 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;
};
};

0 comments on commit afeac54

Please sign in to comment.