summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-11 19:18:34 -0800
committerTofu Buzzard <no-email>2011-03-11 19:18:34 -0800
commit0b51a0cc63b5d6cd848189bf3fc0d26e987c62fb (patch)
tree5f6ab56dc3eeeedd27099a5cd5a75a72b9fae059 /indra/newview/llvovolume.cpp
parentc1f01016cfc4dd908c1f73b815cddb1b6b35194d (diff)
parent41f057b693d1b2b1b1916e3a126dc622a943e5d8 (diff)
merge
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
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();