mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Only seek forwards if not already beyond the placed object
This commit is contained in:
@ -257,6 +257,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
EditorBeatmap.Add(hitObject);
|
||||
|
||||
if (adjustableClock.CurrentTime < hitObject.StartTime)
|
||||
adjustableClock.Seek(hitObject.StartTime);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user