Rename methods back

This commit is contained in:
Dean Herbert
2017-11-09 17:38:20 +09:00
parent e2005c4431
commit 4874371dbf
6 changed files with 20 additions and 20 deletions

View File

@ -109,9 +109,9 @@ namespace osu.Game.Screens.Menu
public const int EXIT_DELAY = 3000;
protected override void OnArrivedLogo(OsuLogo logo, bool resuming)
protected override void LogoArriving(OsuLogo logo, bool resuming)
{
base.OnArrivedLogo(logo, resuming);
base.LogoArriving(logo, resuming);
logo.RelativePositionAxes = Axes.Both;