1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 00:43:25 +08:00
This commit is contained in:
DrabWeb 2017-05-24 02:41:51 -03:00
parent 72c9959215
commit a25c504965
3 changed files with 245 additions and 246 deletions

View File

@ -6,7 +6,6 @@ using osu.Framework.Allocation;
using osu.Framework.Testing;
using osu.Game.Database;
using osu.Game.Overlays;
using osu.Game.Overlays.Direct;
namespace osu.Desktop.VisualTests.Tests
{

View File

@ -223,7 +223,7 @@ namespace osu.Game.Overlays
public enum PanelDisplayStyle
{
Grid,
Grid,
List,
}
}