summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolmorph.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-24 11:27:29 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-24 11:27:29 -0400
commit687b1d3f684e650efa704dac654345bd466620b8 (patch)
treef3884f7b2e979e959b3ef6c5f5187b9a853d53a0 /indra/newview/lltoolmorph.cpp
parent1a42b98a8f55662aed448e9bcd5035082140bbcf (diff)
parent01ffa6788793cdecff313b704422f0e814452489 (diff)
merge
Diffstat (limited to 'indra/newview/lltoolmorph.cpp')
-rwxr-xr-xindra/newview/lltoolmorph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltoolmorph.cpp b/indra/newview/lltoolmorph.cpp
index fa94b52362..71e0509d03 100755
--- a/indra/newview/lltoolmorph.cpp
+++ b/indra/newview/lltoolmorph.cpp
@@ -151,7 +151,7 @@ void LLVisualParamHint::preRender(BOOL clear_depth)
LLViewerWearable* wearable = (LLViewerWearable*)mWearablePtr;
if (wearable)
{
- wearable->setVolitile(TRUE);
+ wearable->setVolatile(TRUE);
}
mLastParamWeight = mVisualParam->getWeight();
mWearablePtr->setVisualParamWeight(mVisualParam->getID(), mVisualParamWeight, FALSE);
@@ -250,7 +250,7 @@ BOOL LLVisualParamHint::render()
LLViewerWearable* wearable = (LLViewerWearable*)mWearablePtr;
if (wearable)
{
- wearable->setVolitile(FALSE);
+ wearable->setVolatile(FALSE);
}
gAgentAvatarp->updateVisualParams();