mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 19:45:43 +08:00
Apply suggested changes
This commit is contained in:
parent
c14d68e685
commit
cd20d6df16
@ -154,7 +154,6 @@ namespace osu.Game.Screens.Edit
|
||||
}
|
||||
|
||||
currentScreen.Beatmap.BindTo(Beatmap);
|
||||
currentScreen.ExitRequested = Exit;
|
||||
screenContainer.Add(currentScreen);
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose.RadioButtons
|
||||
items = value;
|
||||
|
||||
buttonContainer.Clear();
|
||||
value.ForEach(addButton);
|
||||
items.ForEach(addButton);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -11,8 +11,6 @@ namespace osu.Game.Screens.Edit.Screens
|
||||
{
|
||||
public class EditorScreen : Container
|
||||
{
|
||||
public Action ExitRequested;
|
||||
|
||||
public readonly Bindable<WorkingBeatmap> Beatmap = new Bindable<WorkingBeatmap>();
|
||||
|
||||
protected override Container<Drawable> Content => content;
|
||||
|
Loading…
Reference in New Issue
Block a user