1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 17:29:54 +08:00

Remove double binding

This commit is contained in:
Bartłomiej Dach
2025-04-23 13:22:25 +02:00
Unverified
parent d13c7e6995
commit 3b2e8281b4
@@ -139,8 +139,6 @@ namespace osu.Game.Screens.SelectV2
loading = new LoadingLayer(),
}
};
fetchedScores.BindTo(leaderboardManager.Scores);
}
protected override void LoadComplete()