add Flags to BarDirection and remove unused "using"

This commit is contained in:
Jorolf 2017-04-04 18:23:29 +02:00
parent cd2fc3148e
commit f9bf1c69bf
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,6 @@
using osu.Framework.Graphics;
using osu.Framework.Testing;
using osu.Game.Graphics.UserInterface;
using System.Collections.Generic;
using System.Linq;
namespace osu.Desktop.VisualTests.Tests

View File

@ -7,6 +7,7 @@
using osu.Framework.Graphics.Colour;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using System;
using System.Collections.Generic;
using System.Linq;
@ -166,6 +167,7 @@ private void updateBarLength()
}
}
[Flags]
public enum BarDirection
{
LeftToRight = 1 << 0,