mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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 (found != null)
|
||||||
{
|
{
|
||||||
if (doFlash)
|
if (doFlash)
|
||||||
flash.FadeOutFromOne(500).Loop(0, 10);
|
flash?.FadeOutFromOne(500).Loop(0, 10);
|
||||||
|
|
||||||
BorderThickness = 6;
|
BorderThickness = 6;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user