summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorprep <none@none>2012-02-29 12:04:09 -0500
committerprep <none@none>2012-02-29 12:04:09 -0500
commit91fdd33f765b2f1ae7a4608bc426a106c75cfc11 (patch)
treefe687ef29b96f5c4cc8e95bcae0bfb455cef50df /indra/newview/pipeline.cpp
parentcfdd0c6faedfb8f93af7059bb61ae6dc8f8a1c69 (diff)
parent4d77d3cca1c932516781222e0c8c14d27f876466 (diff)
merge
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 1f777032e6..70cf09caca 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -3203,7 +3203,7 @@ void renderPhysicalBeacons(LLDrawable* drawablep)
if (vobj
&& !vobj->isAvatar()
//&& !vobj->getParent()
- && vobj->usePhysics())
+ && vobj->flagUsePhysics())
{
if (gPipeline.sRenderBeacons)
{