mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 22:00:51 +08:00
rename AccType to AccuracyDisplay
This commit is contained in:
@@ -14,12 +14,12 @@ namespace osu.Game.Screens.Play.HUD
|
||||
public abstract partial class GameplayAccuracyCounter : PercentageCounter
|
||||
{
|
||||
[SettingSource("Accuracy Display Mode")]
|
||||
public Bindable<AccuracyType> AccType { get; } = new Bindable<AccuracyType>();
|
||||
public Bindable<AccuracyType> AccuracyDisplay { get; } = new Bindable<AccuracyType>();
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(ScoreProcessor scoreProcessor)
|
||||
{
|
||||
AccType.BindValueChanged(mod =>
|
||||
AccuracyDisplay.BindValueChanged(mod =>
|
||||
{
|
||||
Current.UnbindBindings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user