1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix API hash related crash in EditorSettings

This commit is contained in:
Ninni Pipping
2023-07-31 14:34:09 +02:00
parent 3fa8fad26b
commit e2a91309d0
5 changed files with 3 additions and 12 deletions

View File

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