summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-08-31 16:28:24 -0400
committerOz Linden <oz@lindenlab.com>2012-08-31 16:28:24 -0400
commit8189b28d2247bf99f76ace63e78021a43b5e15a1 (patch)
tree3fca1895d3b0f8d97d831ccbd79c74f189f7b2dc /indra/newview/llviewerobject.cpp
parentdab915c1d2a2d08363944de8ac4362fbe162bea0 (diff)
parent7f0b247d4b6ce03e92ee3e80e8f7a2027813ea0c (diff)
merge changes for
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 6c4e70add0..c0609972bb 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -4182,7 +4182,7 @@ S32 LLViewerObject::setTETextureCore(const U8 te, const LLUUID& uuid, LLHost hos
return retval;
}
-
+//virtual
void LLViewerObject::changeTEImage(S32 index, LLViewerTexture* new_image)
{
if(index < 0 || index >= getNumTEs())