mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:25:39 +08:00
Merge pull request #6471 from peppy/fix-background-disposal
Remove unnecessary local assignment
This commit is contained in:
commit
ea2ec5a1fd
@ -66,11 +66,7 @@ namespace osu.Game.Screens.Select
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly Container FooterPanels;
|
protected readonly Container FooterPanels;
|
||||||
|
|
||||||
protected override BackgroundScreen CreateBackground()
|
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap();
|
||||||
{
|
|
||||||
var background = new BackgroundScreenBeatmap();
|
|
||||||
return background;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected readonly BeatmapCarousel Carousel;
|
protected readonly BeatmapCarousel Carousel;
|
||||||
private readonly BeatmapInfoWedge beatmapInfoWedge;
|
private readonly BeatmapInfoWedge beatmapInfoWedge;
|
||||||
|
Loading…
Reference in New Issue
Block a user