Clears out old tests (use the framework tests!), Replaces osu.Game.Graphics.UserInterface references with osu.Framework.Graphics.UserInterface

This commit is contained in:
Remie Richards
2016-09-17 21:54:52 +01:00
parent 1a5c2b5221
commit 4754c0e2d1
5 changed files with 1 additions and 898 deletions

View File

@ -7,7 +7,7 @@ using osu.Framework.Audio.Track;
using osu.Framework.GameModes;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Framework.Graphics.UserInterface;
namespace osu.Game.GameModes.Menu
{