1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Merge pull request #106126 from mieko/fix-depreacted

register_editor_types: Fix `DISABLE_DEPREACTED` typo
This commit is contained in:
Thaddeus Crews
2025-05-07 12:48:20 -05:00

View File

@@ -254,7 +254,7 @@ void register_editor_types() {
EditorPlugins::add_by_type<ThemeEditorPlugin>();
EditorPlugins::add_by_type<ToolButtonEditorPlugin>();
EditorPlugins::add_by_type<VoxelGIEditorPlugin>();
#ifndef DISABLE_DEPREACTED
#ifndef DISABLE_DEPRECATED
EditorPlugins::add_by_type<SkeletonIK3DEditorPlugin>();
#endif