mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Allow selected score to be programmatically changed
This commit is contained in:
@ -63,9 +63,10 @@ namespace osu.Game.Screens.Ranking
|
||||
{
|
||||
new ResultsScrollContainer
|
||||
{
|
||||
Child = panels = new ScorePanelList(Score)
|
||||
Child = panels = new ScorePanelList
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
SelectedScore = { Value = Score }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user