Merge pull request #362 from Nabile-Rahmani/apply-suggestions

Fixed "Namespace does not correspond to file location".
This commit is contained in:
Dean Herbert 2017-02-16 21:39:42 +09:00 committed by GitHub
commit a3cdbe234e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 659cb2589252f502d2f29c1c1b3878b8f5910d86
Subproject commit 4a5848453240326ba08b09a33a2467af8c174b6a

View File

@ -8,7 +8,7 @@
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;