mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Move async loading to a higher level to simplify logic
This commit is contained in:
@ -15,12 +15,12 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
{
|
||||
AddStep(@"display", () =>
|
||||
{
|
||||
Add(new MedalOverlay(new Medal
|
||||
LoadComponentAsync(new MedalOverlay(new Medal
|
||||
{
|
||||
Name = @"Animations",
|
||||
InternalName = @"all-intro-doubletime",
|
||||
Description = @"More complex than you think.",
|
||||
}));
|
||||
}), Add);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user