mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix regression in song bar display logic
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user