1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 05:49:52 +08:00

Fix metronome arm being stuck white when paused 'close enough' to center

This commit is contained in:
Jamie Taylor
2022-06-22 15:33:42 +09:00
Unverified
parent 465329a9bb
commit 950551f4fd
@@ -276,6 +276,7 @@ namespace osu.Game.Screens.Edit.Timing
if (Precision.AlmostEquals(swing.Rotation, 0, 1))
{
swing.RotateTo(0, 60, Easing.OutQuint);
stick.FadeColour(overlayColourProvider.Colour2, 1000, Easing.OutQuint);
sampleLatch?.Play();
return;
}