mirror of
https://github.com/ppy/osu
synced 2025-01-06 14:20:03 +00:00
show object in timeline before placed
just BeginPlacement()
This commit is contained in:
parent
785d53ad9b
commit
9c4ae768f1
@ -26,6 +26,11 @@ namespace osu.Game.Rulesets.Taiko.Edit.Blueprints
|
||||
Size = new Vector2(TaikoHitObject.DEFAULT_SIZE * TaikoPlayfield.DEFAULT_HEIGHT)
|
||||
};
|
||||
}
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
BeginPlacement();
|
||||
}
|
||||
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user