Apply new resharper refactors

This commit is contained in:
Dean Herbert
2019-08-09 12:29:33 +09:00
parent 0f5af25def
commit 7e9c100c9b
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ namespace osu.Game.Graphics.UserInterface
[Flags]
public enum BarDirection
{
LeftToRight = 1 << 0,
LeftToRight = 1,
RightToLeft = 1 << 1,
TopToBottom = 1 << 2,
BottomToTop = 1 << 3,