diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-11 16:39:24 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-11 16:39:24 -0600 |
commit | 8903578344987432cebc46d889b94574bc005007 (patch) | |
tree | c846efd9c2a7dc83e407ad979139c4bb75fa82c3 /indra/newview/llvovolume.cpp | |
parent | c208593cdc7fc595585acd1e0e907930779def56 (diff) | |
parent | bcc54d496490c501bb212466ff1bc5a143b12a4f (diff) |
merge
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 1186d4d8d9..7f373736fa 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3096,7 +3096,7 @@ F32 LLVOVolume::getStreamingCost() return 0.f;
}
-U32 LLVOVolume::getTriangleCount() const
+U32 LLVOVolume::getTriangleCount()
{
U32 count = 0;
LLVolume* volume = getVolume();
|