Merge pull request #63049 from Faless/mp/4.x_as_module
This commit is contained in:
commit
14d021287b
80 changed files with 1819 additions and 1388 deletions
|
|
@ -175,7 +175,6 @@
|
|||
#include "editor/plugins/polygon_2d_editor_plugin.h"
|
||||
#include "editor/plugins/polygon_3d_editor_plugin.h"
|
||||
#include "editor/plugins/ray_cast_2d_editor_plugin.h"
|
||||
#include "editor/plugins/replication_editor_plugin.h"
|
||||
#include "editor/plugins/resource_preloader_editor_plugin.h"
|
||||
#include "editor/plugins/root_motion_editor_plugin.h"
|
||||
#include "editor/plugins/script_editor_plugin.h"
|
||||
|
|
@ -7142,7 +7141,6 @@ EditorNode::EditorNode() {
|
|||
add_editor_plugin(memnew(Path3DEditorPlugin));
|
||||
add_editor_plugin(memnew(PhysicalBone3DEditorPlugin));
|
||||
add_editor_plugin(memnew(Polygon3DEditorPlugin));
|
||||
add_editor_plugin(memnew(ReplicationEditorPlugin));
|
||||
add_editor_plugin(memnew(ResourcePreloaderEditorPlugin));
|
||||
add_editor_plugin(memnew(ShaderEditorPlugin));
|
||||
add_editor_plugin(memnew(ShaderFileEditorPlugin));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue