diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-07-06 21:48:11 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-07-06 21:48:11 +0300 |
commit | 4ac0ab2af3af8e1629b2023e566142f30dceeeb2 (patch) | |
tree | a419ba7feff1667cbd8c532244c9b3078229dc60 /indra/newview/llviewerdisplay.cpp | |
parent | 3c564f5afcd59bbbce135a6fc531361196bae2f6 (diff) | |
parent | 7c122757f9ed2bd3b7ba033905db1dcb143eec6d (diff) |
Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint
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(); |