Merge pull request #2068 from John3/navPath

add navPath from inside of WEditor
This commit is contained in:
Areloch 2017-08-24 21:54:15 -05:00 committed by GitHub
commit 010fa23f00
2 changed files with 2 additions and 0 deletions

View file

@ -96,6 +96,7 @@ function NavEditorPlugin::onWorldEditorStartup(%this)
EWCreatorWindow.beginGroup("Navigation");
EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
EWCreatorWindow.endGroup();
}

View file

@ -96,6 +96,7 @@ function NavEditorPlugin::onWorldEditorStartup(%this)
EWCreatorWindow.beginGroup("Navigation");
EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
EWCreatorWindow.endGroup();
}