mirror of
https://github.com/ppy/osu
synced 2025-01-06 22:30:12 +00:00
Merge pull request #7756 from peppy/seek-to-endtime-on-placement
Seek to previous object's end time on successful placement
This commit is contained in:
commit
804d210250
@ -265,7 +265,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