mirror of
https://github.com/ppy/osu
synced 2025-02-09 14:47:33 +00:00
Move track change subscription to LoadComplete
This commit is contained in:
parent
30de9ba795
commit
f25439e359
@ -189,6 +189,10 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
}, true);
|
||||
|
||||
track.BindTo(clock.Track);
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
track.ValueChanged += _ => waveformContainer.Child = new WaveformComparisonDisplay();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user