summaryrefslogtreecommitdiff
path: root/indra/newview/llflexibleobject.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-10-28 17:16:51 -0700
committerRichard Linden <none@none>2013-10-28 17:16:51 -0700
commitcc54bea2167494d69a1fa9417b0c9891b28d9a1a (patch)
treee25e8347b54ce14ed7db253a50bdb9720d681316 /indra/newview/llflexibleobject.cpp
parent371198289b2e3f5894071483968d5e0fa7a4ceeb (diff)
fixed bad llasserts that didn't have terminating semicolon
Diffstat (limited to 'indra/newview/llflexibleobject.cpp')
-rwxr-xr-xindra/newview/llflexibleobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp
index c589bea674..3cd4367891 100755
--- a/indra/newview/llflexibleobject.cpp
+++ b/indra/newview/llflexibleobject.cpp
@@ -660,7 +660,7 @@ void LLVolumeImplFlexible::doFlexibleUpdate()
mSection[i].mdPosition = (mSection[i].mPosition - mSection[i-1].mPosition) * inv_section_length;
// Create points
- llassert(mRenderRes > -1)
+ llassert(mRenderRes > -1);
S32 num_render_sections = 1<<mRenderRes;
if (path->getPathLength() != num_render_sections+1)
{