Merge pull request #2012 from smoogipoo/ismaskedaway-fix

Update in-line with framework changes
This commit is contained in:
Dean Herbert
2018-02-06 14:50:08 +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)
{