Move PauseOverlay to correct namespace.

This commit is contained in:
Dean Herbert
2017-03-03 10:17:39 +09:00
parent ae1d51bc9b
commit 3a8246f56d
9 changed files with 25 additions and 28 deletions

View File

@ -2,8 +2,8 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Logging;
using osu.Game.Overlays.Pause;
using osu.Framework.Screens.Testing;
using osu.Game.Screens.Play;
namespace osu.Desktop.VisualTests.Tests
{