mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 06:23:39 +08:00
Remove exception (this is set in SpeedAdjustmentContainer).
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user