1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:47:46 +08:00

Remove weird aliased using

Doesn't appear to be required.
This commit is contained in:
Bartłomiej Dach 2023-07-05 22:41:20 +02:00
parent 9291895305
commit cdb8a56df4
No known key found for this signature in database

View File

@ -28,7 +28,6 @@ using osu.Game.Screens.Play.HUD.ClicksPerSecond;
using osu.Game.Screens.Play.HUD.JudgementCounter;
using osu.Game.Skinning;
using osuTK;
using MarginPadding = osu.Framework.Graphics.MarginPadding;
namespace osu.Game.Screens.Play
{