mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
PathStandardise -> ToStandardisedPath
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user