Adding some more missing renames for Transform3D and Quaternion
This commit is contained in:
committed by
Rémi Verschelde
parent
655516c758
commit
2161fd117b
@ -627,7 +627,7 @@ void VisualScriptEditor::_update_graph(int p_only_id) {
|
||||
Control::get_theme_icon("Quaternion", "EditorIcons"),
|
||||
Control::get_theme_icon("AABB", "EditorIcons"),
|
||||
Control::get_theme_icon("Basis", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform3D", "EditorIcons"),
|
||||
Control::get_theme_icon("Color", "EditorIcons"),
|
||||
Control::get_theme_icon("NodePath", "EditorIcons"),
|
||||
Control::get_theme_icon("RID", "EditorIcons"),
|
||||
@ -1078,7 +1078,7 @@ void VisualScriptEditor::_update_members() {
|
||||
Control::get_theme_icon("Quaternion", "EditorIcons"),
|
||||
Control::get_theme_icon("AABB", "EditorIcons"),
|
||||
Control::get_theme_icon("Basis", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform3D", "EditorIcons"),
|
||||
Control::get_theme_icon("Color", "EditorIcons"),
|
||||
Control::get_theme_icon("NodePath", "EditorIcons"),
|
||||
Control::get_theme_icon("RID", "EditorIcons"),
|
||||
|
||||
Reference in New Issue
Block a user