diff options
author | prep linden <prep@lindenlab.com> | 2011-01-27 17:15:31 -0500 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-01-27 17:15:31 -0500 |
commit | 536b51c2bb8d3e94f1e979e0ab9a18918b01f4df (patch) | |
tree | c1fec3f50c93fc0a081836aab4ade22a81277f46 /indra/newview/llvoavatar.cpp | |
parent | 2e8640c3b084d00b3fa5de93b75ccaf25f2126a6 (diff) |
Renamed function
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-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 4a6d303cdd..70e4a17141 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -8168,7 +8168,7 @@ BOOL LLVOAvatar::updateLOD() return res; } -void LLVOAvatar::updateLODRiggedAttachments( void ) +void LLVOAvatar::updateLODRiggedAttacmhments( void ) { updateLOD(); rebuildRiggedAttachments(); |