From d11bb8809af3e1eeeb6f056755524c4485ad999e Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Sat, 19 Nov 2022 10:48:38 +0800 Subject: Fix missing editor plugins --- editor/register_editor_types.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor') diff --git a/editor/register_editor_types.cpp b/editor/register_editor_types.cpp index 0170cd4b05..d3097a694e 100644 --- a/editor/register_editor_types.cpp +++ b/editor/register_editor_types.cpp @@ -154,6 +154,7 @@ void register_editor_types() { GDREGISTER_ABSTRACT_CLASS(EditorDebuggerSession); // This list is alphabetized, and plugins that depend on Node2D are in their own section below. + EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); @@ -161,6 +162,7 @@ void register_editor_types() { EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); + EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); -- cgit v1.2.3