diff options
Diffstat (limited to 'linden/indra/newview/llvoavatar.cpp')
-rw-r--r-- | linden/indra/newview/llvoavatar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index 5d04009..957ea5c 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp | |||
@@ -1930,7 +1930,7 @@ void LLVOAvatar::buildCharacter() | |||
1930 | { | 1930 | { |
1931 | if (gAttachBodyPartPieMenus[i]) | 1931 | if (gAttachBodyPartPieMenus[i]) |
1932 | { | 1932 | { |
1933 | gAttachPieMenu->appendMenu( gAttachBodyPartPieMenus[i] ); | 1933 | gAttachPieMenu->appendPieMenu( gAttachBodyPartPieMenus[i] ); |
1934 | } | 1934 | } |
1935 | else | 1935 | else |
1936 | { | 1936 | { |
@@ -1964,7 +1964,7 @@ void LLVOAvatar::buildCharacter() | |||
1964 | 1964 | ||
1965 | if (gDetachBodyPartPieMenus[i]) | 1965 | if (gDetachBodyPartPieMenus[i]) |
1966 | { | 1966 | { |
1967 | gDetachPieMenu->appendMenu( gDetachBodyPartPieMenus[i] ); | 1967 | gDetachPieMenu->appendPieMenu( gDetachBodyPartPieMenus[i] ); |
1968 | } | 1968 | } |
1969 | else | 1969 | else |
1970 | { | 1970 | { |
@@ -4143,7 +4143,7 @@ void LLVOAvatar::renderCollisionVolumes() | |||
4143 | { | 4143 | { |
4144 | for (S32 i = 0; i < mNumCollisionVolumes; i++) | 4144 | for (S32 i = 0; i < mNumCollisionVolumes; i++) |
4145 | { | 4145 | { |
4146 | mCollisionVolumes[i].render(); | 4146 | mCollisionVolumes[i].renderCollision(); |
4147 | } | 4147 | } |
4148 | } | 4148 | } |
4149 | 4149 | ||