mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename and xmldoc selection completed method
This commit is contained in:
@ -108,9 +108,9 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
base.AddBlueprintFor(item);
|
||||
}
|
||||
|
||||
protected override void UpdateSelection()
|
||||
protected override void DragOperationCompleted()
|
||||
{
|
||||
base.UpdateSelection();
|
||||
base.DragOperationCompleted();
|
||||
|
||||
// handle positional change etc.
|
||||
foreach (var blueprint in SelectionBlueprints)
|
||||
|
Reference in New Issue
Block a user