v0.12.0.2
This commit is contained in:
@@ -324,7 +324,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (!path.EndsWith("/")) path += "/";
|
||||
}
|
||||
FilePath = path + file;
|
||||
FilePath = (path + file).CleanUpPathCrossPlatform(correctFilenameCase: true);
|
||||
if (!string.IsNullOrEmpty(FilePath))
|
||||
{
|
||||
FullPath = Path.GetFullPath(FilePath);
|
||||
|
||||
Reference in New Issue
Block a user