davewx7 / citadel

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

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

Closed aalonso99 closed 5 years ago

aalonso99 commented 5 years ago

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