diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-12-14 17:39:24 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-12-14 17:39:24 -0800 |
commit | c0eb697a53b22e266fa5437edde59395afcd2c7b (patch) | |
tree | ab616ff434982fbeb7fa186cd6f0fb71a3ebebf5 /indra/newview/llviewermedia.h | |
parent | a38629685538099cfa62fab4a8a5fb2e2bc94f60 (diff) |
Change LLViewerMedia::isInterestingEnough() to also check selection
If the object is in the selection, its interesting. Load its media data
ASAP.
Conceptually reviewed by monroe
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rw-r--r-- | indra/newview/llviewermedia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h index 26b822aba6..7151186089 100644 --- a/indra/newview/llviewermedia.h +++ b/indra/newview/llviewermedia.h @@ -112,7 +112,7 @@ class LLViewerMedia static void setInWorldMediaDisabled(bool disabled); static bool getInWorldMediaDisabled(); - static bool isInterestingEnough(const LLUUID& object_id, const F64 &object_interest); + static bool isInterestingEnough(const LLVOVolume* object, const F64 &object_interest); // Returns the priority-sorted list of all media impls. static impl_list &getPriorityList(); |