You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Rename empty() to is_empty()
This commit is contained in:
@@ -358,7 +358,7 @@ void VisualScriptPropertySelector::get_visual_node_names(const String &root_filt
|
||||
continue;
|
||||
}
|
||||
|
||||
bool in_modifier = p_modifiers.empty();
|
||||
bool in_modifier = p_modifiers.is_empty();
|
||||
for (Set<String>::Element *F = p_modifiers.front(); F && in_modifier; F = F->next()) {
|
||||
if (E->get().findn(F->get()) != -1) {
|
||||
in_modifier = true;
|
||||
|
||||
Reference in New Issue
Block a user