Merge branch 'fix_slider_velocities' into taiko_barlines

This commit is contained in:
smoogipooo
2017-04-03 14:47:40 +09:00
22 changed files with 172 additions and 227 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Desktop.VisualTests
{
base.LoadComplete();
new BackgroundScreenDefault { Depth = 10 }.LoadAsync(this, AddInternal);
LoadComponentAsync(new BackgroundScreenDefault { Depth = 10 }, AddInternal);
// Have to construct this here, rather than in the constructor, because
// we depend on some dependencies to be loaded within OsuGameBase.load().