1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 19:50:22 +08:00
Files
osu-lazer/osu.Game/Rulesets/Objects/Drawables
T
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:

https://github.com/ppy/osu/blob/f26f001e1d01ca6bb53225da7bf06c0ad21153c5/osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs#L721-L726
3f8dfc7cb0 · 2023-07-05 18:03:58 +09:00
History
..