diff options
| author | Rémi Verschelde | 2018-05-31 08:48:41 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-31 08:48:41 +0200 |
| commit | e823a366d02cdcd8ac48f635eeb6127962aeeb2a (patch) | |
| tree | 8aefc21a2b836c5d1520d0a4c5f0c6b65ce6aff2 /editor/editor_node.cpp | |
| parent | 10cab25f7257340217de5027e4e118ab42abaca4 (diff) | |
| parent | 59c2c21b152aad4a9b925aab98ecdb85fee6867d (diff) | |
| download | godot-e823a366d02cdcd8ac48f635eeb6127962aeeb2a.tar.gz godot-e823a366d02cdcd8ac48f635eeb6127962aeeb2a.tar.zst godot-e823a366d02cdcd8ac48f635eeb6127962aeeb2a.zip | |
Merge pull request #19270 from akien-mga/recast-buildsystem
Move NavigationMeshEditorPlugin to Recast module as should be
Diffstat (limited to '')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 4b068f100..7e3af2b75 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -88,7 +88,6 @@ #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" @@ -5365,7 +5364,6 @@ EditorNode::EditorNode() { add_editor_plugin(memnew(TextureEditorPlugin(this))); add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor))); add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor))); - add_editor_plugin(memnew(NavigationMeshEditorPlugin(this))); add_editor_plugin(memnew(SkeletonEditorPlugin(this))); add_editor_plugin(memnew(PhysicalBonePlugin(this))); |
