Merge branch 'master' into intro-v2

This commit is contained in:
Dean Herbert
2017-11-09 17:48:42 +09:00
committed by GitHub
9 changed files with 30 additions and 29 deletions

View File

@ -111,9 +111,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;