Adding some more missing renames for Transform3D and Quaternion

This commit is contained in:
Bastiaan Olij 2021-06-15 23:04:50 +10:00 committed by Rémi Verschelde
parent 655516c758
commit 2161fd117b
No known key found for this signature in database
GPG key ID: C3336907360768E1
9 changed files with 12 additions and 12 deletions

View file

@ -111,7 +111,7 @@ void VisualScriptPropertySelector::_update_search() {
vbc->get_theme_icon("Quaternion", "EditorIcons"),
vbc->get_theme_icon("AABB", "EditorIcons"),
vbc->get_theme_icon("Basis", "EditorIcons"),
vbc->get_theme_icon("Transform", "EditorIcons"),
vbc->get_theme_icon("Transform3D", "EditorIcons"),
vbc->get_theme_icon("Color", "EditorIcons"),
vbc->get_theme_icon("Path", "EditorIcons"),
vbc->get_theme_icon("RID", "EditorIcons"),