1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 10:24:05 +08:00

Seek to previous object endtime after successful placement

This commit is contained in:
Dean Herbert
2020-02-07 19:12:09 +09:00
Unverified
parent 56a091674b
commit 2e50e56d7c
+1 -1
View File
@@ -264,7 +264,7 @@ namespace osu.Game.Rulesets.Edit
{
EditorBeatmap.Add(hitObject);
adjustableClock.Seek(hitObject.StartTime);
adjustableClock.Seek(hitObject.GetEndTime());
}
showGridFor(Enumerable.Empty<HitObject>());