summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolmorph.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-08-04 23:55:35 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-08-05 21:07:24 +0300
commit0d11c7ff40396906a3438a562cdc694afdda572b (patch)
tree0a301e8b23a0cce0b2b8f54f4a2ac2aa7fc1641a /indra/newview/lltoolmorph.cpp
parentd4b4187e4757e05466a1e6bad5d48afe90fb8994 (diff)
#6071 Software skinning was removed a while back
remove dead code
Diffstat (limited to 'indra/newview/lltoolmorph.cpp')
-rw-r--r--indra/newview/lltoolmorph.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoolmorph.cpp b/indra/newview/lltoolmorph.cpp
index 5312ca752f..d2b32f8e23 100644
--- a/indra/newview/lltoolmorph.cpp
+++ b/indra/newview/lltoolmorph.cpp
@@ -143,6 +143,8 @@ void LLVisualParamHint::requestHintUpdates( LLVisualParamHint* exception1, LLVis
bool LLVisualParamHint::needsRender()
{
+ // needsRender gets called once per frame from
+ // LLViewerDynamicTexture::updateAllInstances()
return mNeedsUpdate && mDelayFrames-- <= 0 && !gAgentAvatarp->getIsAppearanceAnimating() && mAllowsUpdates;
}