From cc534487c0261ad08c1f329ddd150f4144ee6ca1 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 8 Aug 2013 00:06:32 -0400 Subject: [PATCH] Fix StockMaster's issue of the radar alerting ten seconds after avatars have departed --- 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 302c4d153..7b4d9f990 100644 --- a/indra/newview/llfloateravatarlist.cpp +++ b/indra/newview/llfloateravatarlist.cpp @@ -69,7 +69,7 @@ /** * @brief How long to keep people who are gone in the list and in memory. */ -const F32 DEAD_KEEP_TIME = 10.0f; +const F32 DEAD_KEEP_TIME = 0.5f; extern U32 gFrameCount;