mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Set slider start time when head is placed
This commit is contained in:
@ -113,6 +113,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Masks
|
||||
|
||||
private void beginCurve()
|
||||
{
|
||||
HitObject.StartTime = EditorClock.CurrentTime;
|
||||
setState(PlacementState.Body);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user