1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 15:42:54 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components
Naxess 75b8f2535f Move updatePathTypes to PathControlPointPiece
Here we produce a local bound copy of the path version, and bind it to update the path type.

This way, if the path version updates (i.e. any control point changes type or position), we check that all control points have a well-defined path.

Additionally, if the control point piece is disposed of, the GB should also swoop up the subscription because of the local bound copy.
2021-03-31 20:09:56 +02:00
..
PathControlPointConnectionPiece.cs Apply suggestions and remove redundant updateConnectingPath call 2020-11-17 22:23:46 +01:00
PathControlPointPiece.cs Move updatePathTypes to PathControlPointPiece 2021-03-31 20:09:56 +02:00
PathControlPointVisualiser.cs Move updatePathTypes to PathControlPointPiece 2021-03-31 20:09:56 +02:00
SliderBodyPiece.cs Adjust namespace 2020-12-04 20:21:53 +09:00