summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermedia.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-12-14 17:39:24 -0800
committerRick Pasetto <rick@lindenlab.com>2009-12-14 17:39:24 -0800
commitc0eb697a53b22e266fa5437edde59395afcd2c7b (patch)
treeab616ff434982fbeb7fa186cd6f0fb71a3ebebf5 /indra/newview/llviewermedia.h
parenta38629685538099cfa62fab4a8a5fb2e2bc94f60 (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.h2
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();