mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update variable names
Also cleans up some weird code
This commit is contained in:
@ -80,10 +80,10 @@ namespace osu.Game.Screens.Edit.Components.RadioButtons
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
button.Selected.ValueChanged += e =>
|
||||
button.Selected.ValueChanged += selected =>
|
||||
{
|
||||
updateSelectionState();
|
||||
if (e.NewValue)
|
||||
if (selected.NewValue)
|
||||
Selected?.Invoke(button);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user