diff options
| author | Rémi Verschelde | 2017-05-26 07:58:13 +0200 |
|---|---|---|
| committer | GitHub | 2017-05-26 07:58:13 +0200 |
| commit | ef66f8451ca7b5b98628924231a92e558930c53e (patch) | |
| tree | 47880a191ca3fd0c95e818fd7d810ff907ea2d9d /editor/editor_node.cpp | |
| parent | d197cd4705b51c792a65df9f4dc87466375ed21d (diff) | |
| parent | 42de893f9a4ded4dfe5eef8dd8b1619b84a2cdb0 (diff) | |
| download | godot-ef66f8451ca7b5b98628924231a92e558930c53e.tar.gz godot-ef66f8451ca7b5b98628924231a92e558930c53e.tar.zst godot-ef66f8451ca7b5b98628924231a92e558930c53e.zip | |
Merge pull request #8901 from tagcup/path_editor_plugin
Revive PathEditorPlugin.
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 70ace7624..fd1ecc78b 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5944,7 +5944,7 @@ EditorNode::EditorNode() { add_editor_plugin(memnew(Particles2DEditorPlugin(this))); add_editor_plugin(memnew(GIProbeEditorPlugin(this))); add_editor_plugin(memnew(Path2DEditorPlugin(this))); - //add_editor_plugin( memnew( PathEditorPlugin(this) ) ); + add_editor_plugin(memnew(PathEditorPlugin(this))); //add_editor_plugin( memnew( BakedLightEditorPlugin(this) ) ); add_editor_plugin(memnew(Line2DEditorPlugin(this))); add_editor_plugin(memnew(Polygon2DEditorPlugin(this))); |
