(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;
|
Path = path;
|
||||||
|
|
||||||
#if OSX
|
#if OSX || LINUX
|
||||||
Path = Path.Replace("\\", "/");
|
Path = Path.Replace("\\", "/");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user