diff options
author | Dave Parks <davep@lindenlab.com> | 2012-01-19 11:13:19 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-01-19 11:13:19 -0600 |
commit | d987e992992a018a33f4921b502cdf1dada14f40 (patch) | |
tree | b830632a84b6f17eef55a8f42b0db7df962ccd8b /indra/newview/llviewerwindow.cpp | |
parent | 80299bcd50737e37bf2ec77231fc842a9ad7a4b6 (diff) | |
parent | f42c3ff51abf4bd33888765630f5491f6d2014b0 (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index bf698e02d2..0534246559 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -613,7 +613,9 @@ public: addText(xpos, ypos, llformat("%d/%d Mesh HTTP Requests/Retries", LLMeshRepository::sHTTPRequestCount, LLMeshRepository::sHTTPRetryCount)); - + ypos += y_inc; + + addText(xpos, ypos, llformat("%d/%d Mesh LOD Pending/Processing", LLMeshRepository::sLODPending, LLMeshRepository::sLODProcessing)); ypos += y_inc; addText(xpos, ypos, llformat("%.3f/%.3f MB Mesh Cache Read/Write ", LLMeshRepository::sCacheBytesRead/(1024.f*1024.f), LLMeshRepository::sCacheBytesWritten/(1024.f*1024.f))); |