1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Make backgroundName local

This commit is contained in:
Shivam 2020-07-02 19:45:18 +02:00
parent 18e30a7fc4
commit e80a5a085a

View File

@ -21,9 +21,6 @@ namespace osu.Game.Screens.Backgrounds
private int currentDisplay;
private const int background_count = 7;
private string backgroundName;
private Bindable<User> user;
private Bindable<Skin> skin;
private Bindable<BackgroundSource> mode;
@ -76,6 +73,7 @@ namespace osu.Game.Screens.Backgrounds
private Background createBackground()
{
Background newBackground;
string backgroundName;
switch (introSequence.Value)
{