mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix fallback for file hit samples
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user