mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Remove pointless inline comment
This commit is contained in:
parent
268f9d661f
commit
dc8e38cf4d
@ -151,7 +151,6 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
allowExplicitContent = config.GetBindable<bool>(OsuSetting.AllowExplicitContent);
|
||||
allowExplicitContent.BindValueChanged(allow =>
|
||||
{
|
||||
// Update search control if global "explicit allowed" setting changed.
|
||||
Explicit.Value = allow.NewValue ? SearchExplicit.Show : SearchExplicit.Hide;
|
||||
}, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user