Reply To: Optimization, performance etc.

FlowCanvas Forums Support Optimization, performance etc. Reply To: Optimization, performance etc.

#1361
nicoyiqi
Participant

I find a bug : when duplicate a node, the new node’s UID does not change, that cause relay out node’s relay input value node reference still point to old node instead of new duplicate node.

the solution is add follow code in Node.cs after line 219 :