mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove unnecessary logo assignment
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user