Rename UsingClosestAnchor

It is now "OverridesClosestAnchor". The logic is inverted accordingly.
This commit is contained in:
Robin Avery
2021-06-07 00:14:36 -04:00
parent f28916e30f
commit 133d72a8c0
15 changed files with 26 additions and 28 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Screens.Play.HUD
[Resolved(canBeNull: true)]
private HUDOverlay hud { get; set; }
public bool UsingClosestAnchor { get; set; } = true;
public bool OverridesClosestAnchor { get; set; }
public DefaultComboCounter()
{