diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-30 23:53:48 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-30 23:53:48 +0300 |
commit | d9a03b55ff10b54a61ee6ed162f549399fc0f464 (patch) | |
tree | d2e60e709ff5299804ba73154a0f08cd3b53bdc7 /indra/newview/llviewerdisplay.cpp | |
parent | 52f888b8d34483f8c9158d2ce7aaec33731ee1f5 (diff) |
SL-12085 Way to debug window message processing with logcontrol
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 4c7eb41418..f025863072 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -151,6 +151,10 @@ void display_startup() { LLViewerDynamicTexture::updateAllInstances(); } + else + { + LL_DEBUGS("Window") << "First display_startup frame" << LL_ENDL; + } LLGLState::checkStates(); LLGLState::checkTextureChannels(); |