diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-01-17 18:46:56 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-01-17 18:46:56 +0200 |
commit | af3bf74eea532fff81c7b4acad59e1f5b4545fbd (patch) | |
tree | 0cac7b848977ce6f83d0837a092fb0d6ebbff419 /indra/newview | |
parent | fab8eeeb86075173c708c7adb18ea4ad273e0e13 (diff) |
MAINT-8183 Additional logging
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index ca231c164c..74deaffe16 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -2268,6 +2268,7 @@ void LLViewerWindow::shutdownGL() LLViewerWindow::~LLViewerWindow() { LL_INFOS() << "Destroying Window" << LL_ENDL; + gDebugWindowProc = TRUE; // event catching, at this point it shouldn't output at all destroyWindow(); delete mDebugText; |