Move skip logic to inside SkipButton

This commit is contained in:
Dean Herbert
2017-05-19 18:18:21 +09:00
parent a43b122914
commit a7d16ac213
3 changed files with 27 additions and 33 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Desktop.VisualTests.Tests
base.Reset();
Add(new BackButton());
Add(new SkipButton());
Add(new SkipButton(Clock.CurrentTime + 5000));
}
}
}