mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 07:17:51 +08:00
3f8dfc7cb0
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:
|
||
---|---|---|
.. | ||
ArmedState.cs | ||
DrawableHitObject.cs |