mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +08:00
Remove unused variable
This commit is contained in:
parent
b3f08b29ca
commit
5904e426eb
@ -323,14 +323,12 @@ namespace osu.Game.Tests.Visual.Background
|
||||
|
||||
private class FadeAccessibleResults : ResultsScreen
|
||||
{
|
||||
private FadeAccessibleBackground background;
|
||||
|
||||
public FadeAccessibleResults(ScoreInfo score)
|
||||
: base(score, true)
|
||||
{
|
||||
}
|
||||
|
||||
protected override BackgroundScreen CreateBackground() => background = new FadeAccessibleBackground(Beatmap.Value);
|
||||
protected override BackgroundScreen CreateBackground() => new FadeAccessibleBackground(Beatmap.Value);
|
||||
|
||||
public Vector2 ExpectedBackgroundBlur => new Vector2(BACKGROUND_BLUR);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user