1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 01:59:54 +08:00

Set slider start time when head is placed

This commit is contained in:
smoogipoo
2018-10-10 15:37:42 +09:00
Unverified
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);
}