mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 04:22:10 +00:00
Adding some more missing renames for Transform3D and Quaternion
This commit is contained in:
@@ -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