mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +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()
|
private void beginCurve()
|
||||||
{
|
{
|
||||||
|
HitObject.StartTime = EditorClock.CurrentTime;
|
||||||
setState(PlacementState.Body);
|
setState(PlacementState.Body);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user