1
0
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:
smoogipoo 2018-10-10 15:37:42 +09:00
parent 9540e53e32
commit a491fb42df

View File

@ -113,6 +113,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Masks
private void beginCurve()
{
HitObject.StartTime = EditorClock.CurrentTime;
setState(PlacementState.Body);
}