mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09: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