summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-05-13 14:54:56 -0500
committerDave Parks <davep@lindenlab.com>2010-05-13 14:54:56 -0500
commitd334a9e645ab14c2822f35ee67d2c1e0f2a646a6 (patch)
treea38a1d5147f55380f1e0fb110e2680ab8e9975a6 /indra/newview/llviewerobject.cpp
parent65acaab16ffaa4cc6bed0934973ead659df20741 (diff)
Vis that works and first pass at fetching prim cost.
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 3aecd0175d..38a29ba432 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -232,6 +232,7 @@ LLViewerObject::LLViewerObject(const LLUUID &id, const LLPCode pcode, LLViewerRe
mState(0),
mMedia(NULL),
mClickAction(0),
+ mObjectCost(-1),
mAttachmentItemID(LLUUID::null)
{
if (!is_global)