mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 04:57:38 +09: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);
|
EditorBeatmap.Add(hitObject);
|
||||||
|
|
||||||
adjustableClock.Seek(hitObject.GetEndTime());
|
adjustableClock.Seek(hitObject.StartTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
showGridFor(Enumerable.Empty<HitObject>());
|
showGridFor(Enumerable.Empty<HitObject>());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user