mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00:00
Fix custom legacy ID in test scene not overriding base value
This commit is contained in:
parent
ac3cdf103a
commit
8c7aabccb0
@ -96,7 +96,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
public override string Description => "custom";
|
||||
public override string ShortName => "custom";
|
||||
|
||||
public new int LegacyID => -1;
|
||||
int ILegacyRuleset.LegacyID => -1;
|
||||
|
||||
public override ScoreProcessor CreateScoreProcessor() => new ScoreProcessor(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user