1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints
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
..
HitCircles Fix selection box not updating with hitcircles/sliders far in the future or past 2021-01-18 16:57:36 +09:00
Sliders Move updatePathTypes to PathControlPointPiece 2021-03-31 20:09:56 +02:00
Spinners Adjust namespace 2020-12-04 20:21:53 +09:00
BlueprintPiece.cs Fix selection blueprints not respecting stacking 2019-10-21 15:03:49 +09:00
OsuSelectionBlueprint.cs Hide non-alive selection blueprints by default 2020-05-27 13:40:16 +09:00