mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 02:27:33 +09: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);
|
}, true);
|
||||||
|
|
||||||
track.BindTo(clock.Track);
|
track.BindTo(clock.Track);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void LoadComplete()
|
||||||
|
{
|
||||||
track.ValueChanged += _ => waveformContainer.Child = new WaveformComparisonDisplay();
|
track.ValueChanged += _ => waveformContainer.Child = new WaveformComparisonDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user