1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 11:47:24 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components
Dan Balasescu 099ad22a92
Use local bindable instead
Binding events directly to an external bindable will cause that
bindable to hold a permanent reference to the current object.

We use `GetBoundCopy()` or otherwise a local bindable + `.BindTo()` to create a
weak-referenced copy of the target bindable. When the local bindable's
lifetime expires, so does the external bindable's reference to it.
2024-04-01 15:31:35 +09:00
..
PathControlPointConnectionPiece.cs Use local bindable instead 2024-04-01 15:31:35 +09:00
PathControlPointPiece.cs Use local bindable instead 2024-04-01 15:31:35 +09:00
PathControlPointVisualiser.cs remove Validating event and instead call validation explicitly on edits 2024-01-13 22:39:09 +01:00
SliderBodyPiece.cs Automated pass 2023-06-24 01:00:03 +09:00