diff options
author | prep linden <prep@lindenlab.com> | 2011-01-27 17:17:17 -0500 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-01-27 17:17:17 -0500 |
commit | 9c58022a2e96cf97d42bf284f2cc97ad8e8d9882 (patch) | |
tree | 96dc467035a707147aecd7d2a71f650b77f4f30c | |
parent | 536b51c2bb8d3e94f1e979e0ab9a18918b01f4df (diff) |
Renamed function
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 70e4a17141..4a6d303cdd 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -8168,7 +8168,7 @@ BOOL LLVOAvatar::updateLOD() return res; } -void LLVOAvatar::updateLODRiggedAttacmhments( void ) +void LLVOAvatar::updateLODRiggedAttachments( void ) { updateLOD(); rebuildRiggedAttachments(); |