moved a comment line back to the suitable place
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user