1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Fix hit object not shown in timline while placement is waiting

This commit is contained in:
ekrctb 2022-05-08 15:52:14 +09:00
parent dabe295196
commit 125628dd20
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,8 @@ namespace osu.Game.Rulesets.Catch.Edit.Blueprints
base.Update();
outline.UpdateFrom(HitObjectContainer, HitObject);
BeginPlacement();
}
protected override bool OnMouseDown(MouseDownEvent e)

View File

@ -47,6 +47,8 @@ namespace osu.Game.Rulesets.Catch.Edit.Blueprints
base.LoadComplete();
inputManager = GetContainingInputManager();
BeginPlacement();
}
protected override bool OnMouseDown(MouseDownEvent e)