mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 05:19:11 +09:00
Remove unnecessary redirection
This commit is contained in:
parent
36d0695e5c
commit
48ee95955b
@ -223,9 +223,7 @@ namespace osu.Game.Screens.Select
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void displayScore(ScoreInfo score) => this.Push(new SoloResults(score));
|
BeatmapDetails.Leaderboard.ScoreSelected += score => this.Push(new SoloResults(score));
|
||||||
|
|
||||||
BeatmapDetails.Leaderboard.ScoreSelected += displayScore;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader(true)]
|
[BackgroundDependencyLoader(true)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user