1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-08 09:02:57 +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
commit cd28208284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,6 @@ namespace osu.Game.Screens.Menu
{ {
base.LogoArriving(logo, resuming); base.LogoArriving(logo, resuming);
logo.Triangles = true;
if (!resuming) if (!resuming)
{ {
PrepareMenuLoad(); PrepareMenuLoad();