libomv:
* Renaming ObjectPropertiesRequestType to ReportType, filling out the enum Simian: * Added UUIDNameRequest, MultipleObjectUpdate, ObjectDeselect, and RequestObjectPropertiesFamily handlers * Fixed some bugs in object-object collision * Slightly improved prim spawn location (will always be hacky until we have a collision system) git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2177 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -217,7 +217,7 @@ namespace OpenMetaverse.TestClient
|
||||
}
|
||||
|
||||
void Objects_OnObjectPropertiesFamily(Simulator simulator, Primitive.ObjectProperties properties,
|
||||
ObjectPropertiesRequestType type)
|
||||
ReportType type)
|
||||
{
|
||||
Properties.SetFamilyProperties(properties);
|
||||
GotPermissions = true;
|
||||
|
||||
Reference in New Issue
Block a user