moved a comment line back to the suitable place

This commit is contained in:
nothingTVatYT
2023-11-28 00:43:55 +01:00
parent a06a079804
commit 84f3d50925

View File

@@ -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