Minor tweak for #2003

This commit is contained in:
Wojtek Figat
2023-12-16 12:49:39 +01:00
parent c3dd05211b
commit efebb29ac0
3 changed files with 7 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ namespace FlaxEditor.Windows
if (unloadedScenes.Count > 0)
{
contextMenu.AddSeparator();
var childCM = contextMenu.GetOrAddChildMenu("Add Scene");
var childCM = contextMenu.GetOrAddChildMenu("Open Scene");
foreach (var sceneGuid in unloadedScenes)
{
if (FlaxEngine.Content.GetAssetInfo(sceneGuid, out var unloadedScene))