Correct a flipped bool

This commit is contained in:
Lirusaito
2013-05-23 17:37:19 -04:00
parent 0e8fed0dc5
commit 19996468c1

View File

@@ -529,7 +529,7 @@ void LLFloaterAvatarList::updateAvatarList()
//llinfos << "radar refresh: updating map" << llendl;
// Check whether updates are enabled
if (mUpdate)
if (!mUpdate)
{
refreshTracker();
return;