mirror of https://github.com/ppy/osu
Fix `BeginPlacement` location.
This commit is contained in:
parent
125628dd20
commit
483a611c41
|
@ -18,13 +18,18 @@ public BananaShowerPlacementBlueprint()
|
|||
InternalChild = outline = new TimeSpanOutline();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
BeginPlacement();
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
||||
outline.UpdateFrom(HitObjectContainer, HitObject);
|
||||
|
||||
BeginPlacement();
|
||||
}
|
||||
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
|
|
Loading…
Reference in New Issue