mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Hid approach circles after rewinding replays
This commit is contained in:
parent
bfa430ad8c
commit
3cb33e53cc
@ -69,7 +69,10 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
.FadeTo(1);
|
||||
}
|
||||
|
||||
circle.ApproachCircle.Hide();
|
||||
using (circle.ApproachCircle.BeginAbsoluteSequence(appearTime, true))
|
||||
{
|
||||
circle.ApproachCircle.Hide();
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user