summaryrefslogtreecommitdiff
path: root/indra/newview/llface.h
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-08 18:26:34 +0200
committerruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-08 18:26:34 +0200
commit2e55e529d48a4dd3f73584728f0b59f6d71585a6 (patch)
treed776602116b76bb8426aa9a03b74dd210ff18666 /indra/newview/llface.h
parent74a56f30aa0ef4daef41ef5fdac98610b2b109df (diff)
SL-10194 Selecting mesh face doesn't highlight the face in any way
- Implemented
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r--indra/newview/llface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h
index ee545acb94..7e68e81862 100644
--- a/indra/newview/llface.h
+++ b/indra/newview/llface.h
@@ -198,6 +198,7 @@ public:
void renderSelectedUV();
void renderSelected(LLViewerTexture *image, const LLColor4 &color);
+ void renderOneWireframe(const LLColor4 &color, F32 fogCfx, bool bSelected, bool wireframe_selection, bool bRenderHiddenSelections);
F32 getKey() const { return mDistance; }