1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

quality: remove unused Darken bindable boolean

This commit is contained in:
tsrk 2023-01-17 17:26:05 +00:00
parent d91aa341e5
commit f1989ba24d
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -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; }