rokups / ImNodes

Node graph implementation for Dear ImGui. Used in https://github.com/rokups/rbfx
MIT License
656 stars 57 forks source link

Minor fix for latest ImGui releases #44

Closed sphaero closed 2 years ago

sphaero commented 2 years ago

Corners flags have changed since 1.82: https://github.com/ocornut/imgui/releases/tag/v1.82

Also enable the zoom again

rokups commented 2 years ago

Thanks :pray: