aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerdisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerdisplay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerdisplay.cpp b/linden/indra/newview/llviewerdisplay.cpp
index b4dc093..24b8105 100644
--- a/linden/indra/newview/llviewerdisplay.cpp
+++ b/linden/indra/newview/llviewerdisplay.cpp
@@ -240,6 +240,7 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield)
240 LLImageGL::updateStats(gFrameTimeSeconds); 240 LLImageGL::updateStats(gFrameTimeSeconds);
241 241
242 LLVOAvatar::sRenderName = gSavedSettings.getS32("RenderName"); 242 LLVOAvatar::sRenderName = gSavedSettings.getS32("RenderName");
243 LLVOAvatar::sRenderGroupTitles = gSavedSettings.getBOOL("RenderGroupTitleAll");
243 gPipeline.mBackfaceCull = TRUE; 244 gPipeline.mBackfaceCull = TRUE;
244 gFrameCount++; 245 gFrameCount++;
245 if (gFocusMgr.getAppHasFocus()) 246 if (gFocusMgr.getAppHasFocus())