DragLayer -> DragBox

This commit is contained in:
smoogipoo
2018-11-06 17:24:38 +09:00
parent 5eecdffa5d
commit faab744cbd
3 changed files with 10 additions and 11 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Tests.Visual
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(MaskSelection),
typeof(DragLayer),
typeof(DragBox),
typeof(HitObjectComposer),
typeof(OsuHitObjectComposer),
typeof(HitObjectMaskLayer),