mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Add rounded corners to timeline ticks display
This commit is contained in:
parent
c545e193e0
commit
bc3b2af39d
@ -9,7 +9,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
|
||||
/// <summary>
|
||||
/// Represents a singular point on a timeline part.
|
||||
/// </summary>
|
||||
public class PointVisualisation : Box
|
||||
public class PointVisualisation : Circle
|
||||
{
|
||||
public const float MAX_WIDTH = 4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user