1
0
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:
smoogipoo 2020-04-13 20:09:17 +09:00
parent cee4b005e6
commit 58a7313091

View File

@ -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,