diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llface.h b/linden/indra/newview/llface.h index 4454bd6..f04d221 100644 --- a/linden/indra/newview/llface.h +++ b/linden/indra/newview/llface.h | |||
@@ -167,7 +167,7 @@ public: | |||
167 | void renderSelectedUV(const S32 offset = 0, const S32 count = 0); | 167 | void renderSelectedUV(const S32 offset = 0, const S32 count = 0); |
168 | 168 | ||
169 | void renderForSelect(U32 data_mask = LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD); | 169 | void renderForSelect(U32 data_mask = LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD); |
170 | void renderSelected(LLImageGL *image, const LLColor4 &color, const S32 offset = 0, const S32 count = 0); | 170 | void renderSelected(LLImageGL *image, const LLColor4 &color); |
171 | 171 | ||
172 | F32 getKey() const { return mDistance; } | 172 | F32 getKey() const { return mDistance; } |
173 | 173 | ||