Move individual mask selection logic out of MaskSelection

This commit is contained in:
Dean Herbert
2018-04-04 18:21:27 +09:00
parent b6b8c51657
commit 4d71f2084c
7 changed files with 82 additions and 57 deletions

View File

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