mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Fix brackets
This commit is contained in:
parent
161d476091
commit
b9278b3488
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user