diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-08 14:14:33 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-08 14:14:33 -0600 |
commit | 00c861f9678d21fc10a4cf481158732cf88c3805 (patch) | |
tree | 917c531fa60d9c402dd6fd49cf1165f92d8cb42f /indra/newview/llface.h | |
parent | a9412b6d2e43175081a764493126ac716ee828d3 (diff) |
SH-1085 Fix for crash when disabling "mirror" and a face is selected.
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index 1f69dd145e..b2170c4cf3 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -196,8 +196,8 @@ public: BOOL verify(const U32* indices_array = NULL) const; void printDebugInfo() const; - void setGeomIndex(U16 idx) { mGeomIndex = idx; } - void setIndicesIndex(S32 idx) { mIndicesIndex = idx; } + void setGeomIndex(U16 idx); + void setIndicesIndex(S32 idx); void setDrawInfo(LLDrawInfo* draw_info); F32 getTextureVirtualSize() ; |