You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Rename close requests to delete requests in GraphEdit
This commit is contained in:
@@ -380,8 +380,8 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
void _node_selected(Object *p_node);
|
||||
|
||||
void _delete_nodes(int p_type, const List<int> &p_nodes);
|
||||
void _close_node_request(int p_type, int p_node);
|
||||
void _close_nodes_request(const TypedArray<StringName> &p_nodes);
|
||||
void _delete_node_request(int p_type, int p_node);
|
||||
void _delete_nodes_request(const TypedArray<StringName> &p_nodes);
|
||||
|
||||
void _node_changed(int p_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user