mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-04 18:10:07 +03:00
Adding some more missing renames for Transform3D and Quaternion
This commit is contained in:
committed by
Rémi Verschelde
parent
c470e84518
commit
f605d9d160
@@ -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