aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-13 00:21:47 -0700
committerMcCabe Maxsted2009-06-13 00:21:47 -0700
commit622903e3c0b9db7bb7c38e0b35bda80919eb3345 (patch)
tree0392d06941ca299fc892040bded3ca7db0030965 /linden/indra/newview/llselectmgr.h
parentApplied patch by Robin Cornelius for VWR-12686: LLTextureCache::writeToCache(... (diff)
downloadmeta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.zip
meta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.tar.gz
meta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.tar.bz2
meta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.tar.xz
Applied Aimee's patch for VWR-6918: Hide/Show Selection Outlines
Diffstat (limited to 'linden/indra/newview/llselectmgr.h')
-rw-r--r--linden/indra/newview/llselectmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llselectmgr.h b/linden/indra/newview/llselectmgr.h
index a332053..3f32373 100644
--- a/linden/indra/newview/llselectmgr.h
+++ b/linden/indra/newview/llselectmgr.h
@@ -337,6 +337,7 @@ class LLSelectMgr : public LLEditMenuHandler, public LLSingleton<LLSelectMgr>
337{ 337{
338public: 338public:
339 static BOOL sRectSelectInclusive; // do we need to surround an object to pick it? 339 static BOOL sRectSelectInclusive; // do we need to surround an object to pick it?
340 static BOOL sRenderSelectionHighlights; // do we show selection silhouettes?
340 static BOOL sRenderHiddenSelections; // do we show selection silhouettes that are occluded? 341 static BOOL sRenderHiddenSelections; // do we show selection silhouettes that are occluded?
341 static BOOL sRenderLightRadius; // do we show the radius of selected lights? 342 static BOOL sRenderLightRadius; // do we show the radius of selected lights?
342 static F32 sHighlightThickness; 343 static F32 sHighlightThickness;