mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 08:27:23 +08:00
Fix typo in argument name
This commit is contained in:
parent
daaadf3fc3
commit
eb30a603d9
@ -23,11 +23,11 @@ namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
AccuracyDisplay.BindValueChanged(mod =>
|
||||
AccuracyDisplay.BindValueChanged(mode =>
|
||||
{
|
||||
Current.UnbindBindings();
|
||||
|
||||
switch (mod.NewValue)
|
||||
switch (mode.NewValue)
|
||||
{
|
||||
case AccuracyDisplayMode.Standard:
|
||||
Current.BindTo(scoreProcessor.Accuracy);
|
||||
|
Loading…
x
Reference in New Issue
Block a user