v0.3.5.1:

- fixed UI controls not working in launcher
- fixed battery cells not reloading inside batteries
- moloch spawns earlier in tutorial
- fixed wrong updaterversion in launcher (caused the launcher to always show a warning)
This commit is contained in:
Regalis
2016-03-14 18:33:35 +02:00
parent 5120812adf
commit 3402dad741
12 changed files with 46 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace Barotrauma
public static bool WindowActive
{
get { return Instance != null && Instance.IsActive; }
get { return Instance == null || Instance.IsActive; }
}
public static bool DebugDraw;