diff options
Diffstat (limited to 'indra/newview/llworld.cpp')
-rw-r--r-- | indra/newview/llworld.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index b061c90d98..fc6b959aa8 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -1195,6 +1195,7 @@ void LLWorld::getAvatars(uuid_vec_t* avatar_ids, std::vector<LLVector3d>* positi if (!uuid.isNull() && dist_vec_squared(pos_global, relative_to) <= radius_squared) + dist_vec_squared(pos_global, relative_to) <= radius_squared) { if(positions != NULL) { |