mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Hid approach circles after rewinding replays
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user