You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we either need a global component to handle leaderboard retrieval / provisioning, or it needs to be queried a second time inside of Player isolated from the song select querying. Likely the former due to results screen also needing to consume the scores?
The text was updated successfully, but these errors were encountered:
The cause is lack of scores bindable hookup to
LeaderboardScores
in the following flows:osu/osu.Game/OsuGame.cs
Lines 764 to 770 in 85364d2
compared to flows which see the
Player
initialised by song select:osu/osu.Game/Screens/Select/PlaySongSelect.cs
Lines 132 to 142 in 0074bdc
Very painful, also related to #26520 / #26410.
I think we either need a global component to handle leaderboard retrieval / provisioning, or it needs to be queried a second time inside of
Player
isolated from the song select querying. Likely the former due to results screen also needing to consume the scores?The text was updated successfully, but these errors were encountered: