1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00
This commit is contained in:
smoogipooo 2017-08-21 16:24:16 +09:00
parent 9369c18d77
commit 6e0d2182cb

View File

@ -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);
}