mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Rename empty() to is_empty()
This commit is contained in:
parent
886571e0fc
commit
5b937d493f
289 changed files with 898 additions and 898 deletions
|
@ -96,7 +96,7 @@ void EditorFeatureProfile::set_disable_class_property(const StringName &p_class,
|
|||
} else {
|
||||
ERR_FAIL_COND(!disabled_properties.has(p_class));
|
||||
disabled_properties[p_class].erase(p_property);
|
||||
if (disabled_properties[p_class].empty()) {
|
||||
if (disabled_properties[p_class].is_empty()) {
|
||||
disabled_properties.erase(p_class);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue