mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 21:40:42 +08:00
Don't track immediately when entering mode
This commit is contained in:
@@ -332,7 +332,7 @@ namespace osu.Game.Screens.Menu
|
||||
break;
|
||||
|
||||
case ButtonSystemState.EnteringMode:
|
||||
logoTrackingContainer.StartTracking(logo, 0, Easing.In);
|
||||
logoTrackingContainer.StartTracking(logo, 400, Easing.InSine);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user