1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:12:54 +08:00

Fix incorrect static using placement

This commit is contained in:
Andrei Zavatski 2020-11-22 04:40:55 +03:00
parent 4887132947
commit b745fb681a

View File

@ -11,8 +11,8 @@ using osu.Framework.Utils;
using osu.Framework.Allocation;
using osu.Game.Graphics;
using osu.Framework.Graphics.Shapes;
using static osu.Game.Users.User;
using osuTK;
using static osu.Game.Users.User;
namespace osu.Game.Overlays.Profile.Sections.Historical
{