Rename logo-related methods

This commit is contained in:
Dean Herbert
2017-11-08 16:34:03 +09:00
parent a8bacd1ed4
commit c2d4a213b1
6 changed files with 33 additions and 24 deletions

View File

@ -95,9 +95,9 @@ namespace osu.Game.Screens.Play
this.Delay(2150).Schedule(pushWhenLoaded);
}
protected override void LogoSetup(OsuLogo logo, bool resuming)
protected override void OnArrivedLogo(OsuLogo logo, bool resuming)
{
base.LogoSetup(logo, resuming);
base.OnArrivedLogo(logo, resuming);
logo.ClearTransforms(targetMember: nameof(Position));
logo.RelativePositionAxes = Axes.Both;