Fix merge mishap

This commit is contained in:
Dean Herbert 2020-04-03 23:31:46 +09:00
parent 3289fa7c66
commit 7b2144a1a7
1 changed files with 0 additions and 8 deletions

View File

@ -182,14 +182,6 @@ protected override void LoadComplete()
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>