mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Trigger a hitobject update after blueprint drag ends
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user