mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix naming
This commit is contained in:
@ -17,9 +17,9 @@ namespace osu.Game.Screens.Select
|
||||
private ScoreManager manager;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(ScoreManager beatmapManager)
|
||||
private void load(ScoreManager scoreManager)
|
||||
{
|
||||
manager = beatmapManager;
|
||||
manager = scoreManager;
|
||||
}
|
||||
|
||||
public BeatmapClearScoresDialog(BeatmapSetInfo beatmap, IEnumerable<ScoreInfo> scores, Action refresh)
|
||||
|
Reference in New Issue
Block a user