mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 13:23:03 +08:00
quality: remove unused Darken
bindable boolean
This commit is contained in:
parent
d91aa341e5
commit
f1989ba24d
@ -42,8 +42,6 @@ namespace osu.Game.Screens.Play.HUD
|
||||
set => showBackground.Value = value;
|
||||
}
|
||||
|
||||
public BindableBool Darken = new BindableBool();
|
||||
|
||||
private const float alpha_threshold = 2500;
|
||||
|
||||
public Action<double>? OnSeek { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user