Post-merge fixes (and CodeFactor fixes)

This commit is contained in:
ColdVolcano
2017-04-24 22:48:25 -05:00
parent 630c556b80
commit 1df50adc3a
3 changed files with 8 additions and 8 deletions

View File

@ -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);