1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00
osu-lazer/osu.Game.Rulesets.Catch/UI
Bartłomiej Dach bf36dc10a5 Fix invalid cast
Since introduction of IgnoreJudgement and its usage in JuiceStream
and BananaShower the hard cast in CatcherArea that was used to check
if the drawable hit object should cause the fruits on the plate explode
at the end of combo caused a hard crash instead, since IgnoreJudgement
was no longer deriving from CatchJudgement.

Replace the hard cast with a soft pattern-matched cast.
2020-02-25 23:21:54 +01:00
..
CatcherArea.cs Fix invalid cast 2020-02-25 23:21:54 +01:00
CatcherSprite.cs Fix osu!catch catcher not scaling down correctly 2019-12-10 02:00:39 +09:00
CatchPlayfield.cs Rename drawable namespace to avoid clashes with framework class 2020-02-19 18:01:59 +09:00
CatchPlayfieldAdjustmentContainer.cs Make PlayfieldAdjustmentContainer universal 2019-03-26 13:32:44 +09:00
DrawableCatchRuleset.cs Rename drawable namespace to avoid clashes with framework class 2020-02-19 18:01:59 +09:00