diff options
author | Richard Linden <none@none> | 2013-10-28 17:16:51 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-28 17:16:51 -0700 |
commit | cc54bea2167494d69a1fa9417b0c9891b28d9a1a (patch) | |
tree | e25e8347b54ce14ed7db253a50bdb9720d681316 /indra/newview/llspatialpartition.cpp | |
parent | 371198289b2e3f5894071483968d5e0fa7a4ceeb (diff) |
fixed bad llasserts that didn't have terminating semicolon
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rwxr-xr-x | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 55c0acd3f9..86d1948baa 100755 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -1201,7 +1201,7 @@ public: { LLSpatialGroup* group = (LLSpatialGroup*)base_group; - llassert(!group->hasState(LLSpatialGroup::DIRTY) && !group->isEmpty()) + llassert(!group->hasState(LLSpatialGroup::DIRTY) && !group->isEmpty()); if (mRes < 2) { |