mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 13:27:20 +08:00
Fix regression in song bar display logic
This commit is contained in:
parent
00731560cb
commit
d7a086be83
@ -146,7 +146,7 @@ namespace osu.Game.Tournament.Components
|
||||
if (found != null)
|
||||
{
|
||||
if (doFlash)
|
||||
flash.FadeOutFromOne(500).Loop(0, 10);
|
||||
flash?.FadeOutFromOne(500).Loop(0, 10);
|
||||
|
||||
BorderThickness = 6;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user