Refactor to use Camera Node.

This commit is contained in:
Chandler Cox
2023-09-28 14:09:08 -05:00
parent fd3a5c55e1
commit 137951201d
8 changed files with 41 additions and 25 deletions

View File

@@ -313,7 +313,7 @@ namespace FlaxEditor.Windows.Assets
}
if (showCustomNodeOptions)
{
Selection[0].OnContextMenu(contextMenu);
Selection[0].OnContextMenu(contextMenu, this);
}
ContextMenuShow?.Invoke(contextMenu);