Files
osukey/osu.Game.Rulesets.Osu
Bartłomiej Dach 9634560d4b Fix control point visualiser crashing after deselections
`SliderSelectionBlueprint.OnDeselected()` would expire the
`ControlPointVisualiser` on deselection, leading to its removal from the
blueprint and eventual disposal, but still kept a separate reference to
said visualiser in another field.

This could lead to that stale reference to a disposed child getting read
in `ReceivePositionalInputAt()`, crashing quite a ways down over at the
framework side on futilely trying to compute the bounding box of a
drawable with no parent.
2021-03-19 21:40:22 +01:00
..
2020-09-29 17:16:55 +09:00
2021-03-11 21:21:48 +09:00
2020-09-10 18:10:39 +09:00
2019-08-30 15:13:29 +09:00