Make note accent colour work again.

This commit is contained in:
smoogipooo
2017-05-04 15:36:37 +09:00
parent 956a7288fb
commit f945c636c2
3 changed files with 14 additions and 4 deletions

View File

@ -11,6 +11,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenTK.Graphics;
namespace osu.Desktop.VisualTests.Tests
{
@ -31,7 +32,8 @@ namespace osu.Desktop.VisualTests.Tests
new DrawableNote(new Note())
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre
Origin = Anchor.Centre,
AccentColour = Color4.Red
}
}
});