Bar uses AccentColour aswell

This commit is contained in:
Jorolf
2017-04-08 13:53:11 +02:00
parent 5e56e84c4a
commit f7a9a11ae5
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ using System;
namespace osu.Game.Graphics.UserInterface
{
public class Bar : Container
public class Bar : Container, IHasAccentColour
{
private Box background;
private readonly Box bar;
@ -51,7 +51,7 @@ namespace osu.Game.Graphics.UserInterface
}
}
public Color4 BarColour
public Color4 AccentColour
{
get
{