diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-01-08 18:26:34 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-01-08 18:26:34 +0200 |
commit | 2e55e529d48a4dd3f73584728f0b59f6d71585a6 (patch) | |
tree | d776602116b76bb8426aa9a03b74dd210ff18666 /indra/newview/llface.h | |
parent | 74a56f30aa0ef4daef41ef5fdac98610b2b109df (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.h | 1 |
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; } |