mirror of
https://github.com/ppy/osu
synced 2024-12-28 09:52:56 +00:00
Merge branch 'editor-fix-missing-update-after-drag' into editor-implicit-autoplay
This commit is contained in:
commit
e924a83c12
@ -201,6 +201,10 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
if (isDraggingBlueprint)
|
||||
{
|
||||
// handle positional change etc.
|
||||
foreach (var obj in selectedHitObjects)
|
||||
Beatmap.UpdateHitObject(obj);
|
||||
|
||||
changeHandler?.EndChange();
|
||||
isDraggingBlueprint = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user