mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:03:21 +08:00
Merge 338a4fb4c8
into f09d8f097a
This commit is contained in:
commit
e4aaff1696
@ -84,12 +84,14 @@ namespace osu.Game.Audio
|
||||
{
|
||||
if (!string.IsNullOrEmpty(Suffix))
|
||||
yield return $"Gameplay/{Bank}-{Name}{Suffix}";
|
||||
|
||||
else
|
||||
{
|
||||
yield return $"Gameplay/{Bank}-{Name}";
|
||||
|
||||
yield return $"Gameplay/{Name}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new <see cref="HitSampleInfo"/> with overridden values.
|
||||
|
Loading…
Reference in New Issue
Block a user