mirror of
https://github.com/ppy/osu
synced 2025-02-17 10:57:03 +00:00
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 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
|||||||
switch (style)
|
switch (style)
|
||||||
{
|
{
|
||||||
case LabelStyles.None:
|
case LabelStyles.None:
|
||||||
|
labelEarly.Clear();
|
||||||
|
labelLate.Clear();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LabelStyles.Icons:
|
case LabelStyles.Icons:
|
||||||
|
Loading…
Reference in New Issue
Block a user