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:
commit
cd28208284
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user