mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 19:53:23 +08:00
Update in-line with framework changes
This commit is contained in:
parent
c25acd831b
commit
75858bd3de
@ -140,7 +140,7 @@ namespace osu.Game.Rulesets.UI
|
||||
if (!base.UpdateSubTree())
|
||||
return false;
|
||||
|
||||
UpdateSubTreeMasking(ScreenSpaceDrawQuad.AABBFloat);
|
||||
UpdateSubTreeMasking(this, ScreenSpaceDrawQuad.AABBFloat);
|
||||
|
||||
if (isAttached)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user