mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
style(KeyCounter): remove useless IsCounting
bindable
Counting logic has been moved to the `Trigger`
This commit is contained in:
parent
184c793f56
commit
fcdaf72915
@ -16,11 +16,6 @@ namespace osu.Game.Screens.Play.HUD
|
||||
/// </summary>
|
||||
public readonly InputTrigger Trigger;
|
||||
|
||||
/// <summary>
|
||||
/// Whether the actions reported by <see cref="Trigger"/> should be counted.
|
||||
/// </summary>
|
||||
public Bindable<bool> IsCounting { get; } = new BindableBool(true);
|
||||
|
||||
/// <summary>
|
||||
/// The current count of registered key presses.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user