diff options
author | McCabe Maxsted | 2009-06-13 00:21:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-13 00:21:47 -0700 |
commit | 622903e3c0b9db7bb7c38e0b35bda80919eb3345 (patch) | |
tree | 0392d06941ca299fc892040bded3ca7db0030965 /linden/indra/newview/llselectmgr.h | |
parent | Applied patch by Robin Cornelius for VWR-12686: LLTextureCache::writeToCache(... (diff) | |
download | meta-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.h | 1 |
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 | { |
338 | public: | 338 | public: |
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; |