You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Added possibilty to delete multiple nodes in visual shaders via Delete key
This commit is contained in:
@@ -143,6 +143,7 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
void _node_selected(Object *p_node);
|
||||
|
||||
void _delete_request(int);
|
||||
void _on_nodes_delete();
|
||||
|
||||
void _removed_from_graph();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user