(456e67c5d) Fixed: Missing comma when using release builds

This commit is contained in:
Joonas Rikkonen
2019-04-25 17:46:59 +03:00
parent d98c245183
commit 5aa433f582

View File

@@ -637,6 +637,7 @@ namespace Barotrauma
FileName = filename,
Arguments = arguments
#if !DEBUG
,
WindowStyle = ProcessWindowStyle.Hidden
#endif
};