let TaikoSpan show in timeline before placed

This commit is contained in:
cdwcgt 2022-10-23 01:32:22 +09:00
parent a74e873b98
commit f14d871f97
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ public TaikoSpanPlacementBlueprint(HitObject hitObject)
private double originalStartTime;
private Vector2 originalPosition;
protected override void LoadComplete()
{
base.LoadComplete();
BeginPlacement();
}
protected override bool OnMouseDown(MouseDownEvent e)
{
if (e.Button != MouseButton.Left)