Merge pull request #83 from NateScarlet/patch-1

Correct use of last_link_id
This commit is contained in:
Javi Agenjo
2019-08-12 11:28:11 +02:00
committed by GitHub

View File

@@ -3396,7 +3396,7 @@
if (LiteGraph.isValidConnection(output.type, input.type)) {
link_info = new LLink(
this.graph.last_link_id++,
++this.graph.last_link_id,
input.type,
this.id,
slot,