1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

remove comment

This commit is contained in:
David Zhao 2019-07-04 17:08:21 +09:00
parent 07078b735c
commit be4e7d0f50

View File

@ -332,7 +332,6 @@ namespace osu.Game.Screens.Menu
break;
case ButtonSystemState.EnteringMode:
// When coming from the Initial (untracked) state, interpolate to the tracking position over a brief duration instead of tracking immediately.
logoTrackingContainer.StartTracking(logo, lastState == ButtonSystemState.Initial ? 400 : 0, Easing.InSine);
break;
}