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

Namespace does not correspond to file location.

This commit is contained in:
Nabile Rahmani 2017-02-16 11:30:31 +01:00
parent 7fc035835b
commit 3068fa1a62
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit a766d283f4d628736db784001cc1f11d065cab9d
Subproject commit 7a0fb64b3dc46651113c1b15bfec8e941e97a146

View File

@ -8,7 +8,7 @@ using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.OpenGL.Textures;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Lines;
using osu.Framework.Graphics.Textures;
using osu.Game.Configuration;
using OpenTK;