summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-06-01 15:50:56 -0500
committerDave Parks <davep@lindenlab.com>2012-06-01 15:50:56 -0500
commit02a88f42a248f96f6816af4f674dde23f6bad9ef (patch)
treedfb730914607858d38ba71b7e00d5af3d7b4ec2d /indra/newview/llspatialpartition.cpp
parent096fe03786a2ccfbbb0363cfb2e371752c6daa2e (diff)
Fix for linux build.
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-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 e8fca542e2..9a0a3e12dd 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -4605,7 +4605,7 @@ LLCullResult::LLCullResult()
{
mRenderMap[i] = NULL;
mRenderMapEnd[i] = NULL;
- mRenderMapAllocated[i] = NULL;
+ mRenderMapAllocated[i] = 0;
}
clear();