mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
PathStandardise -> ToStandardisedPath
This commit is contained in:
@ -492,7 +492,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
fileInfos.Add(new TFileModel
|
||||
{
|
||||
Filename = file.Substring(prefix.Length).PathStandardise(),
|
||||
Filename = file.Substring(prefix.Length).ToStandardisedPath(),
|
||||
FileInfo = files.Add(s)
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user