Merge branch 'master' of https://github.com/ppy/osu into stereo-shifted-playback

This commit is contained in:
Fire937
2020-04-12 01:46:32 +02:00
22 changed files with 710 additions and 73 deletions

View File

@ -392,7 +392,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
}
protected override bool ComputeIsMaskedAway(RectangleF maskingBounds) => AllJudged && base.ComputeIsMaskedAway(maskingBounds);
public override bool UpdateSubTreeMasking(Drawable source, RectangleF maskingBounds) => AllJudged && base.UpdateSubTreeMasking(source, maskingBounds);
protected override void UpdateAfterChildren()
{