(456e67c5d) Fixed: Missing comma when using release builds
This commit is contained in:
@@ -637,6 +637,7 @@ namespace Barotrauma
|
||||
FileName = filename,
|
||||
Arguments = arguments
|
||||
#if !DEBUG
|
||||
,
|
||||
WindowStyle = ProcessWindowStyle.Hidden
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user