summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-09-20 09:48:52 -0400
committerDave Parks <davep@lindenlab.com>2012-09-20 09:48:52 -0400
commit5c3c556e949d92a74abe1b3a250c25e5c547133c (patch)
tree489a49853510ead7556616e2680aa734ea43fda0 /indra
parent1ba00693c7c28730b7a953b2805ec6d6f42e1b36 (diff)
reapply 4f8ca653a394: Fix for linux build.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llspatialpartition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index ceeed8156c..ccc5dc7bea 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -4717,7 +4717,7 @@ LLCullResult::LLCullResult()
{
mRenderMap[i] = NULL;
mRenderMapEnd[i] = NULL;
- mRenderMapAllocated[i] = NULL;
+ mRenderMapAllocated[i] = 0;
}
clear();