1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-28 00:13:22 +08:00

Remove exception (this is set in SpeedAdjustmentContainer).

This commit is contained in:
smoogipooo 2017-08-07 16:24:51 +09:00
parent a3efca9c35
commit fc252f8888

View File

@ -191,9 +191,6 @@ namespace osu.Game.Rulesets.UI
continue;
}
if (hitObject.RelativePositionAxes != target.ScrollingAxes)
throw new InvalidOperationException($"Make sure to set all {nameof(DrawableHitObject)}'s {nameof(RelativePositionAxes)} are equal to the correct axes of scrolling ({target.ScrollingAxes}).");
target.Add(hitObject);
}
}