mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
Merge branch 'master' into import-test-fix
This commit is contained in:
commit
6cc7e26f7c
@ -550,7 +550,7 @@ namespace osu.Game.Beatmaps
|
||||
catch { return null; }
|
||||
}
|
||||
|
||||
private string getPathForFile(string filename) => BeatmapSetInfo.Files.First(f => f.Filename == filename).FileInfo.StoragePath;
|
||||
private string getPathForFile(string filename) => BeatmapSetInfo.Files.First(f => string.Equals(f.Filename, filename, StringComparison.InvariantCultureIgnoreCase)).FileInfo.StoragePath;
|
||||
|
||||
protected override Texture GetBackground()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user