(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
@@ -637,6 +637,7 @@ namespace Barotrauma
FileName = filename, FileName = filename,
Arguments = arguments Arguments = arguments
#if !DEBUG #if !DEBUG
,
WindowStyle = ProcessWindowStyle.Hidden WindowStyle = ProcessWindowStyle.Hidden
#endif #endif
}; };