Set hitobject placement time manually

This commit is contained in:
smoogipoo
2018-10-10 15:32:55 +09:00
parent e931aa3d9e
commit b56d09c83b
2 changed files with 3 additions and 9 deletions

View File

@ -31,6 +31,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Masks
protected override bool OnClick(ClickEvent e)
{
HitObject.StartTime = EditorClock.CurrentTime;
HitObject.Position = e.MousePosition;
Finish();
return true;