Make BeginPlacement() set the hitobject start time

This commit is contained in:
smoogipoo
2019-10-16 20:04:15 +09:00
parent 388b71cf64
commit 79b2c7b480
5 changed files with 4 additions and 9 deletions

View File

@ -104,8 +104,6 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
private void beginCurve()
{
BeginPlacement();
HitObject.StartTime = EditorClock.CurrentTime;
setState(PlacementState.Body);
}