diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvopartgroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvopartgroup.cpp b/linden/indra/newview/llvopartgroup.cpp index fbf753a..94027a3 100644 --- a/linden/indra/newview/llvopartgroup.cpp +++ b/linden/indra/newview/llvopartgroup.cpp | |||
@@ -421,7 +421,7 @@ void LLParticlePartition::addGeometryCount(LLSpatialGroup* group, U32& vertex_co | |||
421 | continue; | 421 | continue; |
422 | } | 422 | } |
423 | 423 | ||
424 | LLAlphaObject* obj = (LLAlphaObject*) drawablep->getVObj(); | 424 | LLAlphaObject* obj = (LLAlphaObject*) drawablep->getVObj().get(); |
425 | obj->mDepth = 0.f; | 425 | obj->mDepth = 0.f; |
426 | 426 | ||
427 | if (drawablep->isAnimating()) | 427 | if (drawablep->isAnimating()) |