diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llspatialpartition.cpp | 2 | 
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();  | 
