1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 07:29:54 +08:00

Merge pull request #10477 from bdach/show-hit-circle-placement-blueprint

Show current hit circle placement in timeline
This commit is contained in:
Dean Herbert
2020-10-11 03:49:13 +09:00
committed by GitHub
Unverified
@@ -21,6 +21,12 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.HitCircles
InternalChild = circlePiece = new HitCirclePiece();
}
protected override void LoadComplete()
{
base.LoadComplete();
BeginPlacement();
}
protected override void Update()
{
base.Update();