diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-04 12:19:14 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-04 12:19:14 -0500 |
commit | 844c3ec724c0183c6158ca742404018ad8deb9b5 (patch) | |
tree | 2ae2860a6c38c4ad9fa299105f05e594a9ac7790 /indra/newview/llviewerobject.cpp | |
parent | 3a08499572250b46d061106298e2d2777276efc1 (diff) |
SH-477 Scene stats console work in progress.
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 70b1809033..207e15ff1a 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -3144,6 +3144,11 @@ U32 LLViewerObject::getTriangleCount() return 0; } +U32 LLViewerObject::getHighLODTriangleCount() +{ + return 0; +} + void LLViewerObject::updateSpatialExtents(LLVector4a& newMin, LLVector4a &newMax) { LLVector4a center; |