1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 16:20:30 +08:00

Remove unnecessary logo assignment

This commit is contained in:
David Zhao
2019-04-04 12:08:05 +09:00
Unverified
parent e89143d76b
commit b2857384b8
-4
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)