PathStandardise -> ToStandardisedPath

This commit is contained in:
Huo Yaoyuan
2019-12-11 16:06:56 +08:00
parent 6b3c7c8421
commit b86a3dbfab
3 changed files with 5 additions and 5 deletions

View File

@ -335,6 +335,6 @@ namespace osu.Game.Beatmaps.Formats
}
}
private string cleanFilename(string path) => path.Trim('"').PathStandardise();
private string cleanFilename(string path) => path.Trim('"').ToStandardisedPath();
}
}