d-gamedev-team / dimgui

dimgui is a D port of the imgui OpenGL GUI library.
zlib License
48 stars 13 forks source link

Fix destructors not being ran in the samples #22

Closed AndrejMitrovic closed 4 years ago

AndrejMitrovic commented 4 years ago

There should be a better way to manage this, for now I've added explicit destroy calls.

Fixes #20