diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-05-23 18:26:14 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-05-23 18:26:14 -0600 |
commit | 774544bc51ce365f7fd37e7d51210f290b546cf2 (patch) | |
tree | cf3cf3ab23ddd28402564ec3e32635e3c1e81fdc /indra/newview/llviewerwindow.cpp | |
parent | 2cdd6c2749b6553f8081e25e426501acd4025888 (diff) | |
parent | 16616ae48d86da75b3809fa6be6c846a9d420603 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 08d296b88e..53c9003fb4 100755 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -595,9 +595,9 @@ public: ypos += y_inc; - if (!LLSpatialGroup::sPendingQueries.empty()) + if (!LLOcclusionCullingGroup::sPendingQueries.empty()) { - addText(xpos,ypos, llformat("%d Queries pending", LLSpatialGroup::sPendingQueries.size())); + addText(xpos,ypos, llformat("%d Queries pending", LLOcclusionCullingGroup::sPendingQueries.size())); ypos += y_inc; } |