diff options
author | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-09-03 13:42:34 +0300 |
---|---|---|
committer | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-09-04 15:21:40 +0300 |
commit | 6c4407bae499ad9dc94287a123febc61878dd92e (patch) | |
tree | 3200c97ce7d00c740792bfcf25750de924e4b20c /editor/create_dialog.cpp | |
parent | 037237f5183c4b8752f8a08d610bb9395ad294ea (diff) | |
download | redot-engine-6c4407bae499ad9dc94287a123febc61878dd92e.tar.gz |
Add overriden properties to the documentation
Fixes #31855
Diffstat (limited to 'editor/create_dialog.cpp')
-rw-r--r-- | editor/create_dialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index d5f0dc01ee..5344658223 100644 --- a/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp @@ -811,6 +811,4 @@ CreateDialog::CreateDialog() { type_blacklist.insert("PluginScript"); // PluginScript must be initialized before use, which is not possible here type_blacklist.insert("ScriptCreateDialog"); // This is an exposed editor Node that doesn't have an Editor prefix. - - EDITOR_DEF("interface/editors/derive_script_globals_by_name", true); } |