mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Move track change subscription to LoadComplete
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user