(209f4ee22) Replace backslashes with slashes in content package file paths on Linux
This commit is contained in:
@@ -498,7 +498,7 @@ namespace Barotrauma
|
||||
{
|
||||
Path = path;
|
||||
|
||||
#if OSX
|
||||
#if OSX || LINUX
|
||||
Path = Path.Replace("\\", "/");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user