summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-07-12 07:39:46 -0500
committerDave Parks <davep@lindenlab.com>2010-07-12 07:39:46 -0500
commit7f0dd53794b843e7ce659f75ccda1f5edb079186 (patch)
tree065b89410ed62c0093bd5cc1f868ebe7a1ad6621 /indra/newview/llface.cpp
parentf0d3cfc7bbd067a004c8206dd90c1fb8af1e703a (diff)
parent46768c3c6c263ec27a80c854734ce0b61d29686f (diff)
merge
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index c48106863e..8533f9710c 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -1583,7 +1583,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume,
if (rebuild_weights && vf.mWeights)
{
- LLVector4a::memcpyNonAliased16((F32*) weights, (F32*) vf.mWeights, num_vertices/4);
+ LLVector4a::memcpyNonAliased16((F32*) weights, (F32*) vf.mWeights, num_vertices*4);
}
if (rebuild_color)