mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove word duplicates in comments and strings, and fix casing and punctuation
This commit is contained in:
parent
3abb32671e
commit
13e82094ee
20 changed files with 34 additions and 34 deletions
|
|
@ -767,7 +767,7 @@ bool SceneTreeEditor::_item_matches_all_terms(TreeItem *p_item, PackedStringArra
|
|||
// Filter by Type.
|
||||
String type = get_node(p_item->get_metadata(0))->get_class();
|
||||
bool term_in_inherited_class = false;
|
||||
// Every Node is is a Node, duh!
|
||||
// Every Node is a Node, duh!
|
||||
while (type != "Node") {
|
||||
if (type.to_lower().contains(argument)) {
|
||||
term_in_inherited_class = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue