Turn llassert[_always] into a (single) statement and print line nr in decimal.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user