mirror of https://github.com/ppy/osu
Start TimelineTestScene in a more visible place
This commit is contained in:
parent
84e1ff79a0
commit
a9652b7b25
|
@ -64,6 +64,13 @@ private void load(AudioManager audio)
|
|||
});
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Clock.Seek(2500);
|
||||
}
|
||||
|
||||
public abstract Drawable CreateTestComponent();
|
||||
|
||||
private class AudioVisualiser : CompositeDrawable
|
||||
|
|
Loading…
Reference in New Issue