This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
UI: fix crash at exit with Dear ImGui.
legacy
Sam Hocevar
6 years ago
parent
9307f454ad
commit
709f8d63f1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/lolimgui.cpp
+ 2
- 0
src/lolimgui.cpp
View File
@@ -158,6 +158,8 @@ io.AddInputCharacter((unsigned short)c);
void LolImGui::Shutdown()
{
ImGui::EndFrame();
if (g_lolimgui)
{
Ticker::Unref(g_lolimgui);
Write
Preview
Loading…
Cancel
Save