diff options
| author | Saracen | 2017-02-28 12:10:29 +0000 |
|---|---|---|
| committer | SaracenOne | 2017-09-04 21:41:57 +0100 |
| commit | 92e77d5ff2a74612deb0375d31242e8c529d9b87 (patch) | |
| tree | a6e94c68f677245784c97c7373b597b194c064f1 /editor/editor_node.cpp | |
| parent | adde89e8b1c66b4f4814c3b47a5d347ff576428b (diff) | |
| download | godot-92e77d5ff2a74612deb0375d31242e8c529d9b87.tar.gz godot-92e77d5ff2a74612deb0375d31242e8c529d9b87.tar.zst godot-92e77d5ff2a74612deb0375d31242e8c529d9b87.zip | |
Recast integration.
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6b5db7572..df6355922 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -84,6 +84,7 @@ #include "editor/plugins/mesh_editor_plugin.h" #include "editor/plugins/mesh_instance_editor_plugin.h" #include "editor/plugins/multimesh_editor_plugin.h" +#include "editor/plugins/navigation_mesh_editor_plugin.h" #include "editor/plugins/navigation_polygon_editor_plugin.h" #include "editor/plugins/particles_2d_editor_plugin.h" #include "editor/plugins/particles_editor_plugin.h" @@ -5406,6 +5407,7 @@ EditorNode::EditorNode() { add_editor_plugin(memnew(TextureEditorPlugin(this))); add_editor_plugin(memnew(MeshEditorPlugin(this))); add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor))); + add_editor_plugin(memnew(NavigationMeshEditorPlugin(this))); // FIXME: Disabled as (according to reduz) users were complaining that it gets in the way // Waiting for PropertyEditor rewrite (planned for 3.1) to be refactored. |
