mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Fix fallback for file hit samples
This commit is contained in:
parent
cee4b005e6
commit
58a7313091
@ -425,6 +425,12 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
{
|
||||
public string Filename;
|
||||
|
||||
public FileHitSampleInfo()
|
||||
{
|
||||
// Has no effect since LookupNames is overridden, however prompts LegacyBeatmapSkin to not fallback.
|
||||
Suffix = "0";
|
||||
}
|
||||
|
||||
public override IEnumerable<string> LookupNames => new[]
|
||||
{
|
||||
Filename,
|
||||
|
Loading…
Reference in New Issue
Block a user