Applied clang-format.
Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
This commit is contained in:
parent
fdf301e78b
commit
42de893f9a
3 changed files with 181 additions and 223 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue