1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 07:17:51 +08:00
osu-lazer/osu.Game/Rulesets/Objects/Drawables
Dean Herbert 3f8dfc7cb0 Fix fallback for Judged to be more correct
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:

f26f001e1d/osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs (L721-L726)
2023-07-05 18:03:58 +09:00
..
ArmedState.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
DrawableHitObject.cs Fix fallback for Judged to be more correct 2023-07-05 18:03:58 +09:00