Ver código fonte

UI: fix crash at exit with Dear ImGui.

legacy
Sam Hocevar 6 anos atrás
pai
commit
709f8d63f1
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/lolimgui.cpp

+ 2
- 0
src/lolimgui.cpp Ver arquivo

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

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

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


Carregando…
Cancelar
Salvar