mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 22:22:55 +08:00
Merge pull request #9878 from peppy/fix-new-inspections
This commit is contained in:
commit
943bcd0ca4
@ -324,10 +324,9 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
bool impact = logo.Scale.X > 0.6f;
|
bool impact = logo.Scale.X > 0.6f;
|
||||||
|
|
||||||
if (lastState == ButtonSystemState.Initial)
|
logo.ScaleTo(0.5f, 200, Easing.In);
|
||||||
logo.ScaleTo(0.5f, 200, Easing.In);
|
|
||||||
|
|
||||||
logoTrackingContainer.StartTracking(logo, lastState == ButtonSystemState.EnteringMode ? 0 : 200, Easing.In);
|
logoTrackingContainer.StartTracking(logo, 200, Easing.In);
|
||||||
|
|
||||||
logoDelayedAction?.Cancel();
|
logoDelayedAction?.Cancel();
|
||||||
logoDelayedAction = Scheduler.AddDelayed(() =>
|
logoDelayedAction = Scheduler.AddDelayed(() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user