mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Use all rulesets for many difficulties test
This commit is contained in:
parent
8ccbe84f67
commit
830ddd6ed9
@ -516,6 +516,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
OnlineBeatmapID = b * 10,
|
||||
Path = $"extra{b}.osu",
|
||||
Version = $"Extra {b}",
|
||||
Ruleset = rulesets.GetRuleset((b - 1) % 4),
|
||||
StarDifficulty = 2,
|
||||
BaseDifficulty = new BeatmapDifficulty
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user