diff options
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 0add3bd9a9..99a87ba025 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1931,7 +1931,7 @@ void LLVOAvatar::buildCharacter() { if (gAttachBodyPartPieMenus[i]) { - gAttachPieMenu->appendMenu( gAttachBodyPartPieMenus[i] ); + gAttachPieMenu->appendPieMenu( gAttachBodyPartPieMenus[i] ); } else { @@ -1965,7 +1965,7 @@ void LLVOAvatar::buildCharacter() if (gDetachBodyPartPieMenus[i]) { - gDetachPieMenu->appendMenu( gDetachBodyPartPieMenus[i] ); + gDetachPieMenu->appendPieMenu( gDetachBodyPartPieMenus[i] ); } else { @@ -4163,7 +4163,7 @@ void LLVOAvatar::renderCollisionVolumes() { for (S32 i = 0; i < mNumCollisionVolumes; i++) { - mCollisionVolumes[i].render(); + mCollisionVolumes[i].renderCollision(); } } |