davewx7 / citadel

A turn based strategy game based on the Anura engine
Other
97 stars 25 forks source link

Change in ./anura/src/kre/imgui_impl_sdl_gl3.cpp needed for make to work #260

Closed aalonso99 closed 4 years ago

aalonso99 commented 4 years ago

ImGui::Shutdown(); in line 420 needs to be changed to ImGui::DestroyContext();, since Shutdown() has been removed from "imgui.cpp".