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 | bafe54c1fe5f83552a6be6c10b0f3b6e3ef69859 (patch) | |
tree | 14813743324c7821ffb113df99454953363bd102 /indra/newview/llviewerwindow.cpp | |
parent | 57a99273ed023bd71c54399969e66ffc23eebc57 (diff) |
MAINT-8183 Additional logging
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-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; |