mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 23:23:18 +08:00
Move colour fade back to where it was
This commit is contained in:
parent
3b79c632f5
commit
7b46d38318
@ -266,7 +266,6 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
if (BeatSyncSource.Clock?.IsRunning != true && isSwinging)
|
if (BeatSyncSource.Clock?.IsRunning != true && isSwinging)
|
||||||
{
|
{
|
||||||
swing.ClearTransforms(true);
|
swing.ClearTransforms(true);
|
||||||
stick.FadeColour(overlayColourProvider.Colour2, 1000, Easing.OutQuint);
|
|
||||||
|
|
||||||
isSwinging = false;
|
isSwinging = false;
|
||||||
|
|
||||||
@ -284,6 +283,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
using (swing.BeginDelayedSequence(350))
|
using (swing.BeginDelayedSequence(350))
|
||||||
{
|
{
|
||||||
swing.RotateTo(0, 1000, Easing.OutQuint);
|
swing.RotateTo(0, 1000, Easing.OutQuint);
|
||||||
|
stick.FadeColour(overlayColourProvider.Colour2, 1000, Easing.OutQuint);
|
||||||
|
|
||||||
using (swing.BeginDelayedSequence(250))
|
using (swing.BeginDelayedSequence(250))
|
||||||
latchDelegate = Schedule(() => latch?.Play());
|
latchDelegate = Schedule(() => latch?.Play());
|
||||||
|
Loading…
Reference in New Issue
Block a user