(456e67c5d) Fixed: Missing comma when using release builds
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user