mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix scores header is visible even if no scores are loaded
This commit is contained in:
@ -124,6 +124,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
loading = false;
|
||||
|
||||
scoreTable.Scores = scores?.Count > 1 ? scores : new List<ScoreInfo>();
|
||||
scoreTable.FadeTo(scores?.Count > 1 ? 1 : 0);
|
||||
|
||||
if (scores?.Any() == true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user