summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-04 13:23:20 +0200
committerGitHub <noreply@github.com>2020-09-04 13:23:20 +0200
commit44e89cb88f7e982d7298e640f0828608bd3c5784 (patch)
tree24e19cba4cdfba511011bfc5da60975bfdfbbd9f /editor
parent696849f73a9bebc95cecf25256ae7011c912dae3 (diff)
parentde284f931d75d985a6cffc2da52614334512be76 (diff)
Merge pull request #41758 from akien-mga/classref-sync
doc: Sync classref with current source
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_feature_profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_feature_profile.cpp b/editor/editor_feature_profile.cpp
index 418370a7c3..7335563dd9 100644
--- a/editor/editor_feature_profile.cpp
+++ b/editor/editor_feature_profile.cpp
@@ -271,9 +271,9 @@ void EditorFeatureProfile::_bind_methods() {
BIND_ENUM_CONSTANT(FEATURE_SCRIPT);
BIND_ENUM_CONSTANT(FEATURE_ASSET_LIB);
BIND_ENUM_CONSTANT(FEATURE_SCENE_TREE);
- BIND_ENUM_CONSTANT(FEATURE_IMPORT_DOCK);
BIND_ENUM_CONSTANT(FEATURE_NODE_DOCK);
BIND_ENUM_CONSTANT(FEATURE_FILESYSTEM_DOCK);
+ BIND_ENUM_CONSTANT(FEATURE_IMPORT_DOCK);
BIND_ENUM_CONSTANT(FEATURE_MAX);
}