mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Select new objects
This commit is contained in:
@ -460,7 +460,10 @@ namespace osu.Game.Screens.Edit
|
||||
foreach (var h in objects)
|
||||
h.StartTime += timeOffset;
|
||||
|
||||
editorBeatmap.SelectedHitObjects.Clear();
|
||||
|
||||
editorBeatmap.AddRange(objects);
|
||||
editorBeatmap.SelectedHitObjects.AddRange(objects);
|
||||
}
|
||||
|
||||
protected void Undo() => changeHandler.RestoreState(-1);
|
||||
|
Reference in New Issue
Block a user