Add catch placement blueprint visual test scenes (without tests)

This commit is contained in:
ekrctb
2021-07-08 15:51:46 +09:00
parent bd4b3f5268
commit 8da1335e5f
4 changed files with 93 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Tests.Visual
protected PlacementBlueprintTestScene()
{
Add(HitObjectContainer = CreateHitObjectContainer().With(c => c.Clock = new FramedClock(new StopwatchClock())));
base.Content.Add(HitObjectContainer = CreateHitObjectContainer().With(c => c.Clock = new FramedClock(new StopwatchClock())));
}
[BackgroundDependencyLoader]