mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Merge pull request #1998 from smoogipoo/ismaskedaway-input-fix
Fix IsMaskedAway not being up-to-date when fastfowarding replays
This commit is contained in:
commit
1cb95e9a78
@ -1 +1 @@
|
||||
Subproject commit 90bf49a2df3dbad5994d922df63e4891c622dbc3
|
||||
Subproject commit d89e6cd63140c2b73631b79ff83b130a2b9958ed
|
@ -140,6 +140,8 @@ namespace osu.Game.Rulesets.UI
|
||||
if (!base.UpdateSubTree())
|
||||
return false;
|
||||
|
||||
UpdateSubTreeMasking(ScreenSpaceDrawQuad.AABBFloat);
|
||||
|
||||
if (isAttached)
|
||||
{
|
||||
// When handling replay input, we need to consider the possibility of fast-forwarding, which may cause the clock to be updated
|
||||
|
Loading…
Reference in New Issue
Block a user