Nelarius / imnodes

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

Fix IsPinHovered #35

Closed richardhozak closed 4 years ago

richardhozak commented 4 years ago

IsPinHovered did not work correctly if it did not have value, the assert when calling .value() would fail. I changed it so it behaves the same way as IsLinkHovered.

Nelarius commented 4 years ago

Thanks for the fix! 👍