diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-07 19:18:02 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-07 19:18:02 -0500 |
commit | feccb5b84c7ffcfe98a9afd042c7ca44b8717aaf (patch) | |
tree | 291a87dc1aadff2a3c500714e813b8d6794a7373 /indra/newview/llviewerobject.cpp | |
parent | f90eb750f1e8c3e300d1a079fe99d15f35201072 (diff) |
SH-1292 Add streaming and physics cost to stats console.
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 207e15ff1a..a5b59e8281 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -240,6 +240,9 @@ LLViewerObject::LLViewerObject(const LLUUID &id, const LLPCode pcode, LLViewerRe mState(0), mMedia(NULL), mClickAction(0), + mObjectCost(0), + mLinksetCost(0), + mPhysicsCost(0), mLinksetPhysicsCost(0.f), mCostStale(true), mPhysicsShapeUnknown(true), |