Files
osukey/osu.Game
Dean Herbert ffc7eaa3f2 Fix hitobjects with unknown lifetimes by enforcing non-null judgement
We've seen multiple cases where DrawableHitObject are stuck in the lifetime management container
due to not implementing a judgement (meaning they are never "hit" or "missed"). To avoid this going forward
CreateJudgement() must be implemented and return a non-null judgement.

This fixes BananaShower and JuiceStreams in osu!catch.

This also makes HitObject abstract and cleans up convert HitObject implementations.
2020-02-23 13:49:06 +09:00
..
2020-02-14 20:14:00 +07:00
2020-01-03 12:17:01 +00:00
2020-02-07 21:11:58 +01:00
2020-02-21 18:38:25 +09:00
2020-01-22 23:04:37 +09:00