mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +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);
|
.FadeTo(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using (circle.ApproachCircle.BeginAbsoluteSequence(appearTime, true))
|
||||||
|
{
|
||||||
circle.ApproachCircle.Hide();
|
circle.ApproachCircle.Hide();
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user