mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Set slider start time when head is placed
This commit is contained in:
parent
9540e53e32
commit
a491fb42df
@ -113,6 +113,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Masks
|
||||
|
||||
private void beginCurve()
|
||||
{
|
||||
HitObject.StartTime = EditorClock.CurrentTime;
|
||||
setState(PlacementState.Body);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user