Formatting

This commit is contained in:
DrabWeb
2017-04-29 06:28:57 -03:00
parent ef811f3cf3
commit 067b572245
2 changed files with 6 additions and 6 deletions

View File

@ -184,7 +184,7 @@ namespace osu.Game.Overlays
else
return;
}
if (current.Track.IsRunning)
if (current?.Track?.IsRunning ?? false)
current.Track.Stop();
else
current.Track.Start();