Source change to make GCC happy.
parent
03b6cb6e8e
commit
1ff2ac48a0
|
|
@ -718,7 +718,8 @@ BOOL LLAvatarAppearance::allocateCharacterJoints( S32 num )
|
|||
if (mSkeleton.size() != num)
|
||||
{
|
||||
clearSkeleton();
|
||||
mSkeleton = avatar_joint_list_t(num,NULL);
|
||||
// mSkeleton = avatar_joint_list_t(num,NULL);
|
||||
mSkeleton = avatar_joint_list_t(num, static_cast< LLAvatarJoint*>( NULL ));
|
||||
mNumBones = num;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue