diff --git a/Source/Editor/Windows/SceneTreeWindow.ContextMenu.cs b/Source/Editor/Windows/SceneTreeWindow.ContextMenu.cs index 6261c0c07..ea4714df8 100644 --- a/Source/Editor/Windows/SceneTreeWindow.ContextMenu.cs +++ b/Source/Editor/Windows/SceneTreeWindow.ContextMenu.cs @@ -148,7 +148,7 @@ namespace FlaxEditor.Windows contextMenu.AddButton("Break Prefab Link", Editor.Prefabs.BreakLinks); } - // Spawning actors options + // Load additional scenes option if (!hasSthSelected) { @@ -173,6 +173,8 @@ namespace FlaxEditor.Windows } } + // Spawning actors options + contextMenu.AddSeparator(); // go through each actor and add it to the context menu if it has the ActorContextMenu attribute