Merge branch 'master' into fix-skip-button

This commit is contained in:
Dan Balasescu
2018-02-06 14:50:37 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ namespace osu.Game.Rulesets.UI
if (!base.UpdateSubTree())
return false;
UpdateSubTreeMasking(ScreenSpaceDrawQuad.AABBFloat);
UpdateSubTreeMasking(this, ScreenSpaceDrawQuad.AABBFloat);
if (isAttached)
{