mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 06:09:55 +08:00
Fix most warnings.
This commit is contained in:
@@ -49,8 +49,8 @@ namespace osu.Game.Screens.Menu
|
||||
private Button backButton;
|
||||
private Button settingsButton;
|
||||
|
||||
List<Button> buttonsTopLevel = new List<Button>();
|
||||
List<Button> buttonsPlay = new List<Button>();
|
||||
private List<Button> buttonsTopLevel = new List<Button>();
|
||||
private List<Button> buttonsPlay = new List<Button>();
|
||||
|
||||
public ButtonSystem()
|
||||
{
|
||||
@@ -187,7 +187,7 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
}
|
||||
|
||||
MenuState state;
|
||||
private MenuState state;
|
||||
|
||||
public override bool HandleInput => state != MenuState.Exit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user