register_editor_types: Fix DISABLE_DEPREACTED typo
Issue #106093 contained a typo, not properly guarding `SkeletonIK3DEditorPlugin`
This commit is contained in:
parent
6a6a1168a5
commit
88a425fd26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue