mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Adding some more missing renames for Transform3D and Quaternion
This commit is contained in:
parent
655516c758
commit
2161fd117b
9 changed files with 12 additions and 12 deletions
|
@ -1227,7 +1227,7 @@ void VisualShaderEditor::_update_options_menu() {
|
|||
item->set_icon(0, EditorNode::get_singleton()->get_gui_base()->get_theme_icon("bool", "EditorIcons"));
|
||||
break;
|
||||
case VisualShaderNode::PORT_TYPE_TRANSFORM:
|
||||
item->set_icon(0, EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Transform", "EditorIcons"));
|
||||
item->set_icon(0, EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Transform3D", "EditorIcons"));
|
||||
break;
|
||||
case VisualShaderNode::PORT_TYPE_SAMPLER:
|
||||
item->set_icon(0, EditorNode::get_singleton()->get_gui_base()->get_theme_icon("ImageTexture", "EditorIcons"));
|
||||
|
@ -4504,7 +4504,7 @@ public:
|
|||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("int", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Vector3", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("bool", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Transform", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Transform3D", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("ImageTexture", "EditorIcons"),
|
||||
};
|
||||
|
||||
|
@ -4549,7 +4549,7 @@ public:
|
|||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("int", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("bool", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Vector3", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Transform", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Transform3D", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("Color", "EditorIcons"),
|
||||
EditorNode::get_singleton()->get_gui_base()->get_theme_icon("ImageTexture", "EditorIcons"),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue