mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Seek to previous object endtime after successful placement
This commit is contained in:
parent
56a091674b
commit
2e50e56d7c
@ -264,7 +264,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
EditorBeatmap.Add(hitObject);
|
||||
|
||||
adjustableClock.Seek(hitObject.StartTime);
|
||||
adjustableClock.Seek(hitObject.GetEndTime());
|
||||
}
|
||||
|
||||
showGridFor(Enumerable.Empty<HitObject>());
|
||||
|
Loading…
Reference in New Issue
Block a user