mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 10:42:54 +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 BeatmapMetadataDisplay info;
|
||||||
|
|
||||||
private OsuLogo logo;
|
|
||||||
|
|
||||||
private bool hideOverlays;
|
private bool hideOverlays;
|
||||||
public override bool HideOverlaysOnEnter => hideOverlays;
|
public override bool HideOverlaysOnEnter => hideOverlays;
|
||||||
|
|
||||||
@ -155,8 +153,6 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
base.LogoArriving(logo, resuming);
|
base.LogoArriving(logo, resuming);
|
||||||
|
|
||||||
this.logo = logo;
|
|
||||||
|
|
||||||
const double duration = 300;
|
const double duration = 300;
|
||||||
|
|
||||||
if (!resuming)
|
if (!resuming)
|
||||||
|
Loading…
Reference in New Issue
Block a user