Nelarius / imnodes

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

Update id for node created from free_list nodes #69

Closed WookeyBiscotti closed 3 years ago

WookeyBiscotti commented 3 years ago

This PR fixes this https://github.com/Nelarius/imnodes/issues/59. The error appeared if the new node was created using memory of the node from free_nodes, in this case the id was not updated

Nelarius commented 3 years ago

Fixed by #65 .