mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 23:29:02 +00:00
Spacing fix
This commit is contained in:
parent
3862cda231
commit
afeac54860
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
Loading…
Reference in a new issue