diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-03 10:01:39 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-05-03 10:01:39 -0400 |
| commit | 21ddaa690875450bbd2f7d665da22d390a0f2a88 (patch) | |
| tree | d74fb7b660bcbf1defba3bcb009e6c47555fae96 /indra/newview/llviewerobject.cpp | |
| parent | 2a10bd406c9155d30a82657ce2ee532b3a677d83 (diff) | |
| parent | e09475713b7abe6fcb916f4a770081a1696b57ab (diff) | |
DRTVWR-559: Merge remote branch 'DRTVWR-559' into DRTVWR-559-zapfunc
Delete the debugLoggingEnabled() (changed to LL_DEBUGS()) stanzas deleted by
the upstream.
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
| -rw-r--r-- | indra/newview/llviewerobject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 2f4274d0d0..8334ca329a 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -3965,6 +3965,7 @@ U32 LLViewerObject::recursiveGetTriangleCount(S32* vcount) const // prim's scale. Should revisit at some point. F32 LLViewerObject::recursiveGetScaledSurfaceArea() const { + LL_PROFILE_ZONE_SCOPED_CATEGORY_VOLUME; F32 area = 0.f; const LLDrawable* drawable = mDrawable; if (drawable) |
