mirror of
https://github.com/ppy/osu
synced 2024-12-09 16:39:15 +00:00
Start TimelineTestScene in a more visible place
This commit is contained in:
parent
84e1ff79a0
commit
a9652b7b25
@ -64,6 +64,13 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
});
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Clock.Seek(2500);
|
||||
}
|
||||
|
||||
public abstract Drawable CreateTestComponent();
|
||||
|
||||
private class AudioVisualiser : CompositeDrawable
|
||||
|
Loading…
Reference in New Issue
Block a user