summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2013-05-09 15:30:49 -0700
committersimon <none@none>2013-05-09 15:30:49 -0700
commit5687b0c4df5c28cb6aa6cb33cf0d2c4bbe1b912e (patch)
tree8d1f9f3044adeb81778769fef0f57349fb5ca72f /indra/newview/llspatialpartition.cpp
parentee2fce8790b69d61845cc32fbf7cdce8a33b0dab (diff)
parent50bbb0b7ed542a5f9dee4f347531537beecddd26 (diff)
Merge
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rwxr-xr-xindra/newview/llspatialpartition.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index 9e07cedf18..59333613b6 100755
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -4652,7 +4652,8 @@ LLDrawInfo::LLDrawInfo(U16 start, U16 end, U32 count, U32 offset,
mDistance(0.f),
mDrawMode(LLRender::TRIANGLES),
mBlendFuncSrc(LLRender::BF_SOURCE_ALPHA),
- mBlendFuncDst(LLRender::BF_ONE_MINUS_SOURCE_ALPHA)
+ mBlendFuncDst(LLRender::BF_ONE_MINUS_SOURCE_ALPHA),
+ mHasGlow(FALSE)
{
mVertexBuffer->validateRange(mStart, mEnd, mCount, mOffset);