소스 검색

Merge pull request #106126 from mieko/fix-depreacted

register_editor_types: Fix `DISABLE_DEPREACTED` typo
Thaddeus Crews 4 달 전
부모
커밋
fc8f2a17d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      editor/register_editor_types.cpp

+ 1 - 1
editor/register_editor_types.cpp

@@ -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