mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix one more missed case
This commit is contained in:
@ -685,6 +685,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
set.Beatmaps.Add(new BeatmapInfo
|
set.Beatmaps.Add(new BeatmapInfo
|
||||||
{
|
{
|
||||||
Version = $"Stars: {i}",
|
Version = $"Stars: {i}",
|
||||||
|
Ruleset = new OsuRuleset().RulesetInfo,
|
||||||
StarDifficulty = i,
|
StarDifficulty = i,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user