mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Refactor/add xmldocs
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
private void load()
|
||||
{
|
||||
if (score != null)
|
||||
totalScoreColumn.Current = scoreManager.GetTotalScoreString(score);
|
||||
totalScoreColumn.Current = scoreManager.GetBindableTotalScoreString(score);
|
||||
}
|
||||
|
||||
private ScoreInfo score;
|
||||
@ -121,7 +121,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
modsColumn.Mods = value.Mods;
|
||||
|
||||
if (IsLoaded)
|
||||
totalScoreColumn.Current = scoreManager.GetTotalScoreString(value);
|
||||
totalScoreColumn.Current = scoreManager.GetBindableTotalScoreString(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user