diff options
author | Ferenc Arn <tagcup@yahoo.com> | 2017-05-24 17:11:20 -0500 |
---|---|---|
committer | Ferenc Arn <tagcup@yahoo.com> | 2017-05-25 10:12:05 -0500 |
commit | 42de893f9a4ded4dfe5eef8dd8b1619b84a2cdb0 (patch) | |
tree | 39be88e8560ba6cf848505fcb5d9f8d73bbfcbed /editor/editor_node.cpp | |
parent | fdf301e78bd41415b30d1b2f55eadcd515aaa78d (diff) |
Applied clang-format.
Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
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 514585688f..7ca8037e62 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5988,7 +5988,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))); |