mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 08:27:23 +08:00
CI.
This commit is contained in:
parent
9369c18d77
commit
6e0d2182cb
@ -210,7 +210,7 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
var target = adjustmentContainerFor(hitObject);
|
||||
if (target == null)
|
||||
throw new InvalidOperationException($"A {nameof(SpeedAdjustmentContainer)} to container {hitObject.ToString()} could not be found.");
|
||||
throw new InvalidOperationException($"A {nameof(SpeedAdjustmentContainer)} to container {hitObject} could not be found.");
|
||||
|
||||
target.Add(hitObject);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user