mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
-Added const to a reference, should fix #2613
This commit is contained in:
parent
7d8f187c33
commit
408c498446
2 changed files with 2 additions and 2 deletions
|
@ -1246,7 +1246,7 @@ void ShaderGraphView::_duplicate_nodes_request()
|
|||
|
||||
}
|
||||
|
||||
void ShaderGraphView::_duplicate_nodes(Array &p_nodes)
|
||||
void ShaderGraphView::_duplicate_nodes(const Array &p_nodes)
|
||||
{
|
||||
List<int> n = List<int>();
|
||||
for (int i=0; i<p_nodes.size();i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue