diff options
Diffstat (limited to 'editor/doc_tools.cpp')
-rw-r--r-- | editor/doc_tools.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/doc_tools.cpp b/editor/doc_tools.cpp index 7929c4b0ca..e0b344fc19 100644 --- a/editor/doc_tools.cpp +++ b/editor/doc_tools.cpp @@ -481,6 +481,8 @@ void DocTools::generate(bool p_basic_types) { default_value_valid = true; } } + } else if (name == "EditorSettings") { + // Special case for editor settings, to prevent hardware or OS specific settings to affect the result. } else if (import_option) { default_value = import_options_default[E.name]; default_value_valid = true; |