mirror of https://github.com/ppy/osu
let TaikoSpan show in timeline before placed
This commit is contained in:
parent
a74e873b98
commit
f14d871f97
|
@ -52,6 +52,12 @@ public TaikoSpanPlacementBlueprint(HitObject hitObject)
|
||||||
private double originalStartTime;
|
private double originalStartTime;
|
||||||
private Vector2 originalPosition;
|
private Vector2 originalPosition;
|
||||||
|
|
||||||
|
protected override void LoadComplete()
|
||||||
|
{
|
||||||
|
base.LoadComplete();
|
||||||
|
BeginPlacement();
|
||||||
|
}
|
||||||
|
|
||||||
protected override bool OnMouseDown(MouseDownEvent e)
|
protected override bool OnMouseDown(MouseDownEvent e)
|
||||||
{
|
{
|
||||||
if (e.Button != MouseButton.Left)
|
if (e.Button != MouseButton.Left)
|
||||||
|
|
Loading…
Reference in New Issue