ソースを参照

UI: fix crash at exit with Dear ImGui.

legacy
Sam Hocevar 6年前
コミット
709f8d63f1
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/lolimgui.cpp

+ 2
- 0
src/lolimgui.cpp ファイルの表示

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

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

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


読み込み中…
キャンセル
保存