1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:09:54 +08:00

Merge pull request #8026 from smoogipoo/fix-triangles-logo-background

Hide logo background when exiting with the triangles intro
This commit is contained in:
Dean Herbert
2020-02-28 16:40:01 +09:00
committed by GitHub
Unverified
-2
View File
@@ -54,8 +54,6 @@ namespace osu.Game.Screens.Menu
{
base.LogoArriving(logo, resuming);
logo.Triangles = true;
if (!resuming)
{
PrepareMenuLoad();