1
0
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:
Dean Herbert 2018-11-12 01:25:31 +09:00
parent 00731560cb
commit d7a086be83

View File

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