mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix custom legacy ID in test scene not overriding base value
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user