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:
parent
18e30a7fc4
commit
e80a5a085a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user