Fix mania not getting its own selection handler

This commit is contained in:
smoogipoo 2020-04-23 17:41:33 +09:00
parent 12c235027d
commit 0a840a2613
1 changed files with 2 additions and 0 deletions

View File

@ -30,5 +30,7 @@ public override OverlaySelectionBlueprint CreateBlueprintFor(DrawableHitObject h
return base.CreateBlueprintFor(hitObject); return base.CreateBlueprintFor(hitObject);
} }
protected override SelectionHandler CreateSelectionHandler() => new ManiaSelectionHandler();
} }
} }