mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Add literal string marker
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
dcd7d7a709
commit
8bfdfe3672
@ -53,6 +53,6 @@ namespace osu.Game.Beatmaps
|
||||
/// <summary>
|
||||
/// The filename for the storyboard.
|
||||
/// </summary>
|
||||
string StoryboardFile => Files.FirstOrDefault(f => f.Filename.EndsWith(".osb", StringComparison.OrdinalIgnoreCase))?.Filename ?? string.Empty;
|
||||
string StoryboardFile => Files.FirstOrDefault(f => f.Filename.EndsWith(@".osb", StringComparison.OrdinalIgnoreCase))?.Filename ?? string.Empty;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user