mosra / magnum-integration

Integration libraries for the Magnum C++11 graphics engine
https://magnum.graphics/
Other
99 stars 44 forks source link

modules: fix linking error when build with latest imgui #78

Closed linuxaged closed 3 years ago

linuxaged commented 3 years ago

modules: fix ImGui::TableSettingsInstallHandler(ImGuiContext*) not found when building with latest version of imgui

ImGui's tables feature has been merged into master since 9874077, and the tables impl was moved into imgui_tables.cpp

mosra commented 3 years ago

Thank you! I'll see what needs to be done to make this work on the older versions as well (I suppose that's why all the CIs fail for this :)).

mosra commented 3 years ago

Merged (a modified version for backwards compatibility) in 1f79ba71b9f0ece204dd9ba31b06871653c0d546, thank you! :+1: