mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
4364736ccd
Without this change, when the `Judged` value is checked on an
`HitObjectLifetimeEntry` it would return `true` if a `DrawableHitObject`
has not yet been associated with the entry. Which is completely wrong.
Of note, the usage in `DrawableHitObject` will have never fallen through
to this incorrect value as they always have a result populated:
|
||
---|---|---|
.. | ||
Drawables | ||
Legacy | ||
Pooling | ||
Types | ||
BarLineGenerator.cs | ||
BezierConverter.cs | ||
HitObject.cs | ||
HitObjectLifetimeEntry.cs | ||
HitObjectParser.cs | ||
HitObjectProperty.cs | ||
IBarLine.cs | ||
PathControlPoint.cs | ||
SliderEventGenerator.cs | ||
SliderPath.cs | ||
SliderPathExtensions.cs | ||
SyntheticHitObjectEntry.cs |