From 19996468c11a1ad47ff6f127e2bdb78bd2ab569e Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 23 May 2013 17:37:19 -0400 Subject: [PATCH] Correct a flipped bool --- indra/newview/llfloateravatarlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloateravatarlist.cpp b/indra/newview/llfloateravatarlist.cpp index 7fee89c66..4a5640a27 100644 --- a/indra/newview/llfloateravatarlist.cpp +++ b/indra/newview/llfloateravatarlist.cpp @@ -529,7 +529,7 @@ void LLFloaterAvatarList::updateAvatarList() //llinfos << "radar refresh: updating map" << llendl; // Check whether updates are enabled - if (mUpdate) + if (!mUpdate) { refreshTracker(); return;