1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 20:04:08 +08:00

Fix catch selection blueprint not displayed after copy-pasted

This commit is contained in:
ekrctb
2021-07-07 21:01:55 +09:00
Unverified
parent e42609f092
commit f1aa99e103
@@ -13,6 +13,8 @@ namespace osu.Game.Rulesets.Catch.Edit.Blueprints
public abstract class CatchSelectionBlueprint<THitObject> : HitObjectSelectionBlueprint<THitObject>
where THitObject : CatchHitObject
{
protected override bool AlwaysShowWhenSelected => true;
public override Vector2 ScreenSpaceSelectionPoint
{
get