mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix catch selection blueprint not displayed after copy-pasted
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user