Some cleanup using ReSharper (mostly removing redundancies)
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Barotrauma
|
||||
|
||||
public static bool WindowActive
|
||||
{
|
||||
get { return Instance == null ? true : GameMain.Instance.IsActive; }
|
||||
get { return Instance != null && Instance.IsActive; }
|
||||
}
|
||||
|
||||
public static bool DebugDraw;
|
||||
|
||||
Reference in New Issue
Block a user