Update in-line with framework

This commit is contained in:
smoogipoo
2017-10-09 17:18:11 +09:00
parent 7926757898
commit 19b38983df
4 changed files with 26 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose
public BeatmapWaveformGraph()
{
InternalChild = graph = new WaveformGraph { RelativeSizeAxes = Axes.Both };
Beatmap.ValueChanged += b => graph.Track = b.Track;
Beatmap.ValueChanged += b => graph.Waveform = b.Waveform;
}
/// <summary>