mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
IAccented -> IHasAccentColour.
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Graphics.Transforms
|
||||
{
|
||||
base.Apply(d);
|
||||
|
||||
var accented = d as IAccented;
|
||||
var accented = d as IHasAccentColour;
|
||||
if (accented != null)
|
||||
accented.AccentColour = CurrentValue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user