(209f4ee22) Replace backslashes with slashes in content package file paths on Linux

This commit is contained in:
Joonas Rikkonen
2019-06-10 17:53:25 +03:00
parent d684eb2ecf
commit fa5b6ea654

View File

@@ -498,7 +498,7 @@ namespace Barotrauma
{
Path = path;
#if OSX
#if OSX || LINUX
Path = Path.Replace("\\", "/");
#endif