mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 19:52: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 int currentDisplay;
|
||||||
private const int background_count = 7;
|
private const int background_count = 7;
|
||||||
|
|
||||||
private string backgroundName;
|
|
||||||
|
|
||||||
private Bindable<User> user;
|
private Bindable<User> user;
|
||||||
private Bindable<Skin> skin;
|
private Bindable<Skin> skin;
|
||||||
private Bindable<BackgroundSource> mode;
|
private Bindable<BackgroundSource> mode;
|
||||||
@ -76,6 +73,7 @@ namespace osu.Game.Screens.Backgrounds
|
|||||||
private Background createBackground()
|
private Background createBackground()
|
||||||
{
|
{
|
||||||
Background newBackground;
|
Background newBackground;
|
||||||
|
string backgroundName;
|
||||||
|
|
||||||
switch (introSequence.Value)
|
switch (introSequence.Value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user