mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Seek to start time after placement, not end
This commit is contained in:
parent
d2350aba24
commit
b5a7023312
@ -257,7 +257,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
EditorBeatmap.Add(hitObject);
|
||||
|
||||
adjustableClock.Seek(hitObject.GetEndTime());
|
||||
adjustableClock.Seek(hitObject.StartTime);
|
||||
}
|
||||
|
||||
showGridFor(Enumerable.Empty<HitObject>());
|
||||
|
Loading…
Reference in New Issue
Block a user