mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 11:32:54 +08:00
Use FastCircle for kiai visualisation
This commit is contained in:
parent
501ea68a21
commit
837fa1b8dc
@ -103,7 +103,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
|
|||||||
Anchor = Anchor.CentreLeft;
|
Anchor = Anchor.CentreLeft;
|
||||||
Origin = Anchor.CentreLeft;
|
Origin = Anchor.CentreLeft;
|
||||||
Height = 0.2f;
|
Height = 0.2f;
|
||||||
AddInternal(new Circle
|
AddInternal(new FastCircle
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = colours.Purple1
|
Colour = colours.Purple1
|
||||||
|
Loading…
Reference in New Issue
Block a user