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