mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Set hitobject placement time manually
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user