summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialmgr.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2013-02-25 00:16:14 +0100
committerKitty Barnett <develop@catznip.com>2013-02-25 00:16:14 +0100
commitfbf8e51c6059791b12f60602b4dda0d72dc2d847 (patch)
tree8b441c42ee6acd843d219c5c93b18c3fe1225970 /indra/newview/llmaterialmgr.h
parent4d1446766a91c8227a936bc4ae2c62d90f2aa3b5 (diff)
Added LLMaterialMgr::remove() to remove material information from a face
Diffstat (limited to 'indra/newview/llmaterialmgr.h')
-rw-r--r--indra/newview/llmaterialmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmaterialmgr.h b/indra/newview/llmaterialmgr.h
index 1672d11d38..6f444309d3 100644
--- a/indra/newview/llmaterialmgr.h
+++ b/indra/newview/llmaterialmgr.h
@@ -50,6 +50,7 @@ public:
void getAll(const LLUUID& region_id);
boost::signals2::connection getAll(const LLUUID& region_id, getall_callback_t::slot_type cb);
void put(const LLUUID& object_id, const U8 te, const LLMaterial& material);
+ void remove(const LLUUID& object_id, const U8 te);
protected:
void clearGetQueues(const LLUUID& region_id);