Merge branch 'master' of /var/git/opensim/

viewer-2-initial-appearance
opensim mirror account 2010-10-29 20:30:07 -07:00
commit e6f7d312dd
1 changed files with 0 additions and 4 deletions

View File

@ -111,10 +111,6 @@ namespace OpenSim.Framework
SetDefaultParams();
SetHeight();
m_wearables = new AvatarWearable[AvatarWearable.MAX_WEARABLES];
for (int i = 0 ; i < AvatarWearable.MAX_WEARABLES ; i++ )
m_wearables[i] = new AvatarWearable();
m_attachments = new Dictionary<int, List<AvatarAttachment>>();
}