mirror of
https://github.com/ppy/osu
synced 2024-12-27 01:12:45 +00:00
Don't perform masking updates in PathControlPointVisualiser
This commit is contained in:
parent
cf313cd67f
commit
e319a3e885
@ -77,6 +77,9 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
controlPoints.BindTo(hitObject.Path.ControlPoints);
|
||||
}
|
||||
|
||||
// Generally all the control points are within the visible area all the time.
|
||||
public override bool UpdateSubTreeMasking(Drawable source, RectangleF maskingBounds) => true;
|
||||
|
||||
/// <summary>
|
||||
/// Handles correction of invalid path types.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user