mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Remove unnecessary logo assignment
This commit is contained in:
parent
e89143d76b
commit
b2857384b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user