mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
ScoreInfo scoreInfo -> ScoreInfo score
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
return;
|
||||
}
|
||||
|
||||
topScore.ScoreInfo = scores.FirstOrDefault();
|
||||
topScore.Score = scores.FirstOrDefault();
|
||||
topScore.Show();
|
||||
|
||||
flow.Clear();
|
||||
|
Reference in New Issue
Block a user