1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Merge pull request #12420 from peppy/round-timeline-ticks

Add rounded corners to timeline ticks display
This commit is contained in:
Dan Balasescu 2021-04-15 20:11:20 +09:00 committed by GitHub
commit b70dae7cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;