Skip to content

Commit

Permalink
- Fix typo in I_FPSTimeNS
Browse files Browse the repository at this point in the history
  • Loading branch information
dpjudas committed Nov 12, 2017
1 parent e3141a4 commit efa7c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i_time.cpp
Expand Up @@ -143,9 +143,9 @@ uint64_t I_NSTime()
uint64_t I_FPSTimeNS()
{
if (FreezeTime == 0)
return NSToMS(CurrentFrameStartTime);
return CurrentFrameStartTime;
else
return NSToMS(GetClockTimeNS());
return GetClockTimeNS();
}

unsigned int I_MSTime()
Expand Down

0 comments on commit efa7c3c

Please sign in to comment.