From 88a425fd263a010166e30ed7d1fdb66135d79b69 Mon Sep 17 00:00:00 2001 From: Mike Owens Date: Tue, 6 May 2025 23:35:56 -0400 Subject: [PATCH] register_editor_types: Fix `DISABLE_DEPREACTED` typo Issue #106093 contained a typo, not properly guarding `SkeletonIK3DEditorPlugin` --- editor/register_editor_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/register_editor_types.cpp b/editor/register_editor_types.cpp index b7d1e2a96c..6c9594cc78 100644 --- a/editor/register_editor_types.cpp +++ b/editor/register_editor_types.cpp @@ -254,7 +254,7 @@ void register_editor_types() { EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); EditorPlugins::add_by_type(); -#ifndef DISABLE_DEPREACTED +#ifndef DISABLE_DEPRECATED EditorPlugins::add_by_type(); #endif