Cleanup (removing unused variables & other redundancies, rethrowing exceptions instead of wrapping them in a new exception instance)
This commit is contained in:
@@ -362,9 +362,7 @@ namespace Barotrauma
|
||||
linkedTo.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
static Dictionary<string, float> timeElapsed = new Dictionary<string, float>();
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Call Update() on every object in Entity.list
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user