Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
2.01k stars 245 forks source link

avoid make link if start pin and end pin in same node #45

Closed ousttrue closed 4 years ago

ousttrue commented 4 years ago

This prevents the creation of links between pins that belong to the same node.

Like below.

link_in_same_node

Nelarius commented 4 years ago

@ousttrue Thanks for the fix 👍