1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 12:22:57 +08:00

Fix one more missed case

This commit is contained in:
Dean Herbert 2021-10-29 18:35:15 +09:00
parent 07e3ced315
commit 04acc7601c

View File

@ -685,6 +685,7 @@ namespace osu.Game.Tests.Visual.SongSelect
set.Beatmaps.Add(new BeatmapInfo
{
Version = $"Stars: {i}",
Ruleset = new OsuRuleset().RulesetInfo,
StarDifficulty = i,
});
}