mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Merge branch 'editor-waveform' into editor-waveform-timeline
# Conflicts: # osu.Game/osu.Game.csproj
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
public class TestCaseEditorComposeTimeline : OsuTestCase
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(ScrollableTimeline), typeof(WaveformDisplay) };
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(ScrollableTimeline), typeof(BeatmapWaveformGraph) };
|
||||
|
||||
private readonly ScrollableTimeline timeline;
|
||||
|
||||
|
Reference in New Issue
Block a user