diff --git a/modules/paint/register_types.cpp b/modules/paint/register_types.cpp index 383f4b5c9..403d88d35 100644 --- a/modules/paint/register_types.cpp +++ b/modules/paint/register_types.cpp @@ -30,7 +30,7 @@ void register_paint_types() { //ClassDB::register_class(); #ifdef TOOLS_ENABLED - EditorPlugins::add_by_type(); + //EditorPlugins::add_by_type(); #endif }