1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 12:47:23 +08:00

Resolve inspection

This commit is contained in:
Dan Balasescu 2022-01-17 14:06:48 +09:00
parent c6adbdd46f
commit 34e99968d0

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
protected override bool Autoplay => false;
protected override IBeatmap CreateBeatmap(RulesetInfo ruleset) => new Beatmap<TaikoHitObject>()
protected override IBeatmap CreateBeatmap(RulesetInfo ruleset) => new Beatmap<TaikoHitObject>
{
BeatmapInfo = { Ruleset = new TaikoRuleset().RulesetInfo },
HitObjects =