Add timeline beat display

This commit is contained in:
Dean Herbert
2020-01-27 17:34:25 +09:00
parent e24c4ab901
commit 084fa2f04a
4 changed files with 128 additions and 2 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
/// </summary>
public class PointVisualisation : Box
{
protected PointVisualisation(double startTime)
public PointVisualisation(double startTime)
{
Origin = Anchor.TopCentre;