osu/osu.Game/Rulesets/Objects
Bartłomiej Dach 80ccff9068
Remove no longer necessary guards against default control points
The subscription in which the guards were present was moved from
constructor to `ApplyDefaults()`, and at that point neither the sample
control point or the difficulty point can be the default point, because
there are explicit paths that overwrite those with blank points in the
same methods, prior to the subscription's registration.

The only worry would be that someone would set the default point on the
object themselves, but at that point that is most likely programmer
error anyhow.
2022-01-11 22:14:47 +01:00
..
Drawables Code refactor and name changes 2021-12-17 13:16:06 +01:00
Legacy Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
Pooling
Types Change IHasRepeats.NodeSamples to IList from List 2021-10-23 01:59:07 -07:00
BarLineGenerator.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
HitObject.cs Remove no longer necessary guards against default control points 2022-01-11 22:14:47 +01:00
HitObjectLifetimeEntry.cs
HitObjectParser.cs
IBarLine.cs
PathControlPoint.cs Remove bindable usage in PathControlPoint 2021-08-26 12:33:53 +09:00
SliderEventGenerator.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
SliderPath.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
SliderPathExtensions.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
SyntheticHitObjectEntry.cs