You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #63049 from Faless/mp/4.x_as_module
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user