1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Fix brackets

This commit is contained in:
Dean Herbert 2018-11-14 12:05:07 +09:00
parent 161d476091
commit b9278b3488

View File

@ -245,7 +245,7 @@ namespace osu.Game.Overlays
{
base.Update();
var track = (current?.TrackLoaded ?? false) ? current.Track : null;
var track = current?.TrackLoaded ?? false ? current.Track : null;
if (track?.IsDummyDevice == false)
{