1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 02:07:34 +08:00

Fix bar hit error meter labels not clearing when setting to none

This commit is contained in:
Joseph Madamba 2022-10-27 23:36:30 -07:00
parent eeee928f73
commit 87328dd1f5

View File

@ -279,6 +279,8 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
switch (style)
{
case LabelStyles.None:
labelEarly.Clear();
labelLate.Clear();
break;
case LabelStyles.Icons: