mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Make note accent colour work again.
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user