(a410fd46c) Trying to help the merge script through a jungle of merges
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Barotrauma
|
||||
public float GetAverageElapsedMillisecs(string identifier)
|
||||
{
|
||||
if (!avgTicksPerFrame.ContainsKey(identifier)) return 0.0f;
|
||||
return avgTicksPerFrame[identifier] / TimeSpan.TicksPerMillisecond;
|
||||
return avgTicksPerFrame[identifier] / (float)TimeSpan.TicksPerMillisecond;
|
||||
}
|
||||
|
||||
public bool Update(double deltaTime)
|
||||
|
||||
Reference in New Issue
Block a user