mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Merge branch 'master' into fix-skip-button
This commit is contained in:
commit
b46c388b4c
@ -1 +1 @@
|
||||
Subproject commit d89e6cd63140c2b73631b79ff83b130a2b9958ed
|
||||
Subproject commit a584706f1303f54cd7f5472240e95b70920ce079
|
@ -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