summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-02-07 16:55:43 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-02-07 16:55:43 +0200
commit101569202c8c004fe8e09e56435c50298aa2cb69 (patch)
treecc4e537a1bbba189e2b24b73aeadc74a097e933e
parent3b9da6dc2fad17ecac782dce02ccde0e7e020aac (diff)
MAINT-8270 Backed out changeset: 5d7cb87d01ef
Default female sit has stopped working, system uses male sit MAINT-5013 needs to be fixed in a different way.
-rw-r--r--indra/newview/llvoavatar.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index eae8f2cc56..652a447545 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -5304,6 +5304,10 @@ LLUUID LLVOAvatar::remapMotionID(const LLUUID& id)
if (use_new_walk_run)
result = ANIM_AGENT_FEMALE_RUN_NEW;
}
+ else if (id == ANIM_AGENT_SIT)
+ {
+ result = ANIM_AGENT_SIT_FEMALE;
+ }
}
else
{