mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Update usages in line with BorderColour
type change
This commit is contained in:
parent
9ad7b5d51c
commit
b581ca14cc
@ -114,7 +114,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
|
||||
private class CircularBorderContainer : CircularContainer
|
||||
{
|
||||
public void TransformBorderTo(SRGBColour colour)
|
||||
public void TransformBorderTo(ColourInfo colour)
|
||||
=> this.TransformTo(nameof(BorderColour), colour, 250, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user