You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user