Explorar el Código

UI: fix crash at exit with Dear ImGui.

legacy
Sam Hocevar hace 6 años
padre
commit
709f8d63f1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/lolimgui.cpp

+ 2
- 0
src/lolimgui.cpp Ver fichero

@@ -158,6 +158,8 @@ io.AddInputCharacter((unsigned short)c);

void LolImGui::Shutdown()
{
ImGui::EndFrame();

if (g_lolimgui)
{
Ticker::Unref(g_lolimgui);


Cargando…
Cancelar
Guardar