1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 18:12:55 +08:00

Fix merge mishap

This commit is contained in:
Dean Herbert 2020-04-03 23:31:46 +09:00
parent 3289fa7c66
commit 7b2144a1a7

View File

@ -182,14 +182,6 @@ namespace osu.Game.Rulesets.UI.Scrolling
throw new ArgumentException($"{nameof(Playfield)} must be a {nameof(ScrollingPlayfield)} when using {nameof(DrawableScrollingRuleset<TObject>)}.");
}
protected override void LoadComplete()
{
base.LoadComplete();
if (!(Playfield is ScrollingPlayfield))
throw new ArgumentException($"{nameof(Playfield)} must be a {nameof(ScrollingPlayfield)} when using {nameof(DrawableScrollingRuleset<TObject>)}.");
}
/// <summary>
/// Adjusts the scroll speed of <see cref="HitObject"/>s.
/// </summary>