mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
More missed exceptions.
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Rulesets.Mania.Timing
|
||||
var controlPoint = drawableControlPoints.LastOrDefault(t => t.CanContain(drawable)) ?? drawableControlPoints.FirstOrDefault();
|
||||
|
||||
if (controlPoint == null)
|
||||
throw new Exception("Could not find suitable timing section to add object to.");
|
||||
throw new InvalidOperationException("Could not find suitable timing section to add object to.");
|
||||
|
||||
controlPoint.Add(drawable);
|
||||
}
|
||||
|
Reference in New Issue
Block a user