Merge branch 'master' of /var/git/opensim/
commit
cf6ae44c0a
|
@ -221,9 +221,6 @@ namespace OpenSim.Framework
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (defaultWearables != null)
|
|
||||||
return defaultWearables;
|
|
||||||
|
|
||||||
defaultWearables = new AvatarWearable[MAX_WEARABLES]; //should be 15 of these
|
defaultWearables = new AvatarWearable[MAX_WEARABLES]; //should be 15 of these
|
||||||
for (int i = 0; i < MAX_WEARABLES; i++)
|
for (int i = 0; i < MAX_WEARABLES; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue