Turn llassert[_always] into a (single) statement and print line nr in decimal.

This commit is contained in:
Aleric Inglewood
2012-06-30 15:41:24 +02:00
parent 26922a1578
commit cb5efad026
5 changed files with 6 additions and 6 deletions

View File

@@ -2007,7 +2007,7 @@ public:
virtual void processGroup(LLSpatialGroup* group)
{
llassert(!group->isState(LLSpatialGroup::DIRTY) && !group->getData().empty())
llassert(!group->isState(LLSpatialGroup::DIRTY) && !group->getData().empty());
if (mRes < 2)
{