Merge branch 'master' into control-point-timeline-representation

This commit is contained in:
Dean Herbert
2020-10-05 19:24:28 +09:00
committed by GitHub
83 changed files with 1426 additions and 305 deletions

View File

@ -13,6 +13,7 @@ using osu.Framework.Input.Events;
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Rulesets.Edit;
using osu.Game.Screens.Edit.Components.Timelines.Summary.Parts;
using osuTK;
namespace osu.Game.Screens.Edit.Compose.Components.Timeline
@ -62,6 +63,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
}
private WaveformGraph waveform;
private ControlPointPart controlPoints;
private TimelineTickDisplay ticks;
private TimelineTickDisplay ticks;