mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Removed redundant qualifiers
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Options
|
||||
bindable = value;
|
||||
if (bindable != null)
|
||||
{
|
||||
base.Text = bindable.Value;
|
||||
Text = bindable.Value;
|
||||
bindable.ValueChanged += bindableValueChanged;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user