1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Remove unnecessary logo assignment

This commit is contained in:
David Zhao 2019-04-04 12:08:05 +09:00
parent e89143d76b
commit b2857384b8

View File

@ -37,8 +37,6 @@ namespace osu.Game.Screens.Play
private BeatmapMetadataDisplay info;
private OsuLogo logo;
private bool hideOverlays;
public override bool HideOverlaysOnEnter => hideOverlays;
@ -155,8 +153,6 @@ namespace osu.Game.Screens.Play
{
base.LogoArriving(logo, resuming);
this.logo = logo;
const double duration = 300;
if (!resuming)