summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMatthew Breindel <falcon@lindenlab.com>2010-06-26 12:35:05 -0700
committerMatthew Breindel <falcon@lindenlab.com>2010-06-26 12:35:05 -0700
commit6f2bd694d9a21174648b4e4f76d6d078aa88265f (patch)
tree1ba898756969e97bbe1ffc16c9b28f7ef2fbac61 /indra/newview
parenta043cfbe463e94a5c6e6f0e31e22912b025890c7 (diff)
Fixed mac build (given LL_MESH_ENABLED set to 0).
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llspatialpartition.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index dc193dc600..9951cf0193 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -2791,6 +2791,7 @@ void renderPhysicsShape(LLDrawable* drawable)
U32 data_mask = LLVertexBuffer::MAP_VERTEX;
+#if LL_MESH_ENABLED
if (volume->isMesh())
{
LLUUID mesh_id = volume->getVolume()->getParams().getSculptID();
@@ -2827,7 +2828,8 @@ void renderPhysicsShape(LLDrawable* drawable)
return;
}
}
-
+#endif //LL_MESH_ENABLED
+
//push faces
glColor3fv(color.mV);
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);