mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Post-merge fixes (and CodeFactor fixes)
This commit is contained in:
@ -106,7 +106,7 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
base.OnEntering(last);
|
||||
buttons.FadeInFromZero(500);
|
||||
if(last is Intro && song != null)
|
||||
if (last is Intro && song != null)
|
||||
Task.Run(() =>
|
||||
{
|
||||
trackManager.SetExclusive(song.Track);
|
||||
|
Reference in New Issue
Block a user