Skip to content

Commit fc8f2a1

Browse files
committed
Merge pull request #106126 from mieko/fix-depreacted
register_editor_types: Fix `DISABLE_DEPREACTED` typo
2 parents 42b50ab + 88a425f commit fc8f2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/register_editor_types.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ void register_editor_types() {
254254
EditorPlugins::add_by_type<ThemeEditorPlugin>();
255255
EditorPlugins::add_by_type<ToolButtonEditorPlugin>();
256256
EditorPlugins::add_by_type<VoxelGIEditorPlugin>();
257-
#ifndef DISABLE_DEPREACTED
257+
#ifndef DISABLE_DEPRECATED
258258
EditorPlugins::add_by_type<SkeletonIK3DEditorPlugin>();
259259
#endif
260260

0 commit comments

Comments
 (0)