mirror of https://github.com/ppy/osu
Fix bar hit error meter labels not clearing when setting to none
This commit is contained in:
parent
eeee928f73
commit
87328dd1f5
|
@ -279,6 +279,8 @@ private void recreateLabels(LabelStyles style)
|
|||
switch (style)
|
||||
{
|
||||
case LabelStyles.None:
|
||||
labelEarly.Clear();
|
||||
labelLate.Clear();
|
||||
break;
|
||||
|
||||
case LabelStyles.Icons:
|
||||
|
|
Loading…
Reference in New Issue