summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerjointmesh.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-23 09:34:40 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-23 09:34:40 -0500
commitf1e6f5c72a1df374252698f68de51de4d4238cc4 (patch)
treee524dad808101c58ebcd59ebf9b9efdeb4b30316 /indra/newview/llviewerjointmesh.cpp
parent4282de6e8572c4b6a9209bbea601c804406a49b8 (diff)
SL-287 WIP - fixed default avatar crash caused by added spine joints. Still renders distorted.
Diffstat (limited to 'indra/newview/llviewerjointmesh.cpp')
-rwxr-xr-xindra/newview/llviewerjointmesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp
index bf7cf08c63..43a81ada49 100755
--- a/indra/newview/llviewerjointmesh.cpp
+++ b/indra/newview/llviewerjointmesh.cpp
@@ -203,7 +203,7 @@ void LLViewerJointMesh::uploadJointMatrices()
// DrawElementsBLEND and utility code
//--------------------------------------------------------------------
-// compate_int is used by the qsort function to sort the index array
+// compare_int is used by the qsort function to sort the index array
int compare_int(const void *a, const void *b)
{
if (*(U32*)a < *(U32*)b)