Clean up remaining assignments of logo relativePositionAxes

This commit is contained in:
David Zhao
2019-04-04 11:28:36 +09:00
parent 6b5458a625
commit 15b2b6af7d
3 changed files with 1 additions and 7 deletions

View File

@ -276,8 +276,6 @@ namespace osu.Game.Screens.Menu
game?.Toolbar.Hide();
logo.ClearTransforms(targetMember: nameof(Position));
logo.RelativePositionAxes = Axes.Both;
logo.MoveTo(new Vector2(0.5f), 800, Easing.OutExpo);
logo.ScaleTo(1, 800, Easing.OutExpo);
}, buttonArea.Alpha * 150);