mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Added the default shape to the OpenSim library. Now need to get the new ruth into asset format and add that.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace OpenSim.Framework.Types
|
||||
defaultWearables[i] = new AvatarWearable();
|
||||
}
|
||||
defaultWearables[0].AssetID = new LLUUID("66c41e39-38f9-f75a-024e-585989bfab73");
|
||||
defaultWearables[0].ItemID = LLUUID.Random();
|
||||
defaultWearables[0].ItemID = new LLUUID("66c41e39-38f9-f75a-024e-585989bfaba9");
|
||||
return defaultWearables;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user