mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Fix database entries using platform-specific path separator
This commit is contained in:
parent
86f11777a7
commit
db443babb6
@ -404,7 +404,7 @@ namespace osu.Game.Database
|
||||
using (Stream s = reader.GetStream(file))
|
||||
fileInfos.Add(new TFileModel
|
||||
{
|
||||
Filename = FileSafety.PathSanitise(file),
|
||||
Filename = FileSafety.PathStandardise(file),
|
||||
FileInfo = files.Add(s)
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user