mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 17:15:36 +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 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[]
|
public override IEnumerable<string> LookupNames => new[]
|
||||||
{
|
{
|
||||||
Filename,
|
Filename,
|
||||||
|
Loading…
Reference in New Issue
Block a user