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