summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2009-12-15 17:43:05 -0600
committerDave Parks <davep@lindenlab.com>2009-12-15 17:43:05 -0600
commit081fa98a47d2b592ada0fbb049ff959ac2cd6294 (patch)
tree227a365bdb91db27399474182f554b699f180712 /indra/llmath
parent1709f1efc042dc821888f92190637f6109c9a4ca (diff)
HTTP Mesh transfer relatively blocking-free.
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llvolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 44ff173502..844918432d 100644
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -2171,7 +2171,7 @@ void LLVolume::makeTetrahedron()
LLVolumeFace face;
- F32 x = 0.5f;
+ F32 x = 0.25f;
LLVector3 p[] =
{ //unit tetrahedron corners
LLVector3(x,x,x),