Merge https://github.com/Regalis11/Barotrauma into develop
This commit is contained in:
@@ -7,7 +7,14 @@ namespace Barotrauma
|
||||
{
|
||||
private static double alpha;
|
||||
|
||||
/// <summary>
|
||||
/// Total amount of the time the game has run.
|
||||
/// </summary>
|
||||
public static double TotalTime;
|
||||
/// <summary>
|
||||
/// Total amount of time the game has run, excluding when the game is paused.
|
||||
/// </summary>
|
||||
public static double TotalTimeUnpaused;
|
||||
|
||||
public static double Accumulator;
|
||||
public const int FixedUpdateRate = 60;
|
||||
|
||||
Reference in New Issue
Block a user