1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 22:35:23 +08:00

Fix "using" name in HUD overlay

This commit is contained in:
mk56-spn 2022-12-12 15:15:30 +01:00
parent 99d83315c1
commit edb46e422c

View File

@ -24,7 +24,7 @@ using osu.Game.Screens.Play.HUD;
using osu.Game.Screens.Play.HUD.ClicksPerSecond;
using osu.Game.Skinning;
using osuTK;
using JudgementTally = osu.Game.Screens.Play.HUD.JudgementCounter.JudgementTally;
using osu.Game.Screens.Play.HUD.JudgementCounter;
namespace osu.Game.Screens.Play
{