mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update usages in line with BorderColour
type change
This commit is contained in:
@ -114,7 +114,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
|||||||
|
|
||||||
private class CircularBorderContainer : CircularContainer
|
private class CircularBorderContainer : CircularContainer
|
||||||
{
|
{
|
||||||
public void TransformBorderTo(SRGBColour colour)
|
public void TransformBorderTo(ColourInfo colour)
|
||||||
=> this.TransformTo(nameof(BorderColour), colour, 250, Easing.OutQuint);
|
=> this.TransformTo(nameof(BorderColour), colour, 250, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user